|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Changed Constructors | ||
String) |
Change in exceptions thrown from no exceptions to HeadlessException. |
Constructs a new initially invisible Frame object with the specified title. |
void) |
Change in exceptions thrown from no exceptions to HeadlessException. |
Constructs a new instance of Frame that is initially invisible. |
| Added Methods | |
int getExtendedState() |
Gets the state of this frame. |
Rectangle getMaximizedBounds() |
Gets maximized bounds for this frame. |
boolean isUndecorated() |
Indicates whether this frame is undecorated. |
void setExtendedState(int) |
Sets the state of this frame. |
void setMaximizedBounds(Rectangle) |
Set maximized bounds for this frame. |
void setUndecorated(boolean) |
Disables or enables decorations for this frame. |
| Changed Methods | ||
void setTitle(String) |
Changed from synchronized to non-synchronized. | Sets the title for this frame to the specified string. |
| Added Fields | |
int MAXIMIZED_BOTH |
This state bit mask indicates that frame is fully maximized (that is both horizontally and vertically). |
int MAXIMIZED_HORIZ |
This state bit indicates that frame is maximized in the horizontal direction. |
int MAXIMIZED_VERT |
This state bit indicates that frame is maximized in the vertical direction. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||