| Added Methods |
boolean isAlwaysOnTop()
|
Returns whether this window is an always-on-top window. |
boolean isLocationByPlatform()
|
Returns true if this Window will appear at the default location
for the native windowing system the next time this Window is made visible. |
void setAlwaysOnTop(boolean)
|
Changes the always-on-top window state. |
void setBounds(int, int, int, int)
|
@since 1.5
|
void setLocationByPlatform(boolean)
|
Sets whether this Window should appear at the default location for the
native windowing system or at the current location (returned by
getLocation) the next time the Window is made visible. |