Changed Constructors |
Frame(GraphicsConfiguration )
|
Documentation changed from old to new. |
Create a Frame with the specified GraphicsConfiguration of a screen device. |
Frame(String )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a new initially invisible Frame object with the specified title. |
Frame(String, GraphicsConfiguration)
|
Documentation changed from old to new. |
Constructs a new initially invisible Frame object with the specified title and a GraphicsConfiguration . |
Frame(void )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a new instance of Frame that is initially invisible. |
Changed Methods |
Image getIconImage()
|
Documentation changed from old to new. |
Gets the image to be displayed in the minimized icon for this frame. |
MenuBar getMenuBar()
|
Documentation changed from old to new. |
Gets the menu bar for this frame. |
int getState()
|
Documentation changed from old to new. |
Gets the state of this frame (obsolete). |
String getTitle()
|
Documentation changed from old to new. |
Gets the title of the frame. |
boolean isResizable()
|
Documentation changed from old to new. |
Indicates whether this frame is resizable by the user. |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this Frame . |
void setIconImage(Image )
|
Documentation changed from old to new. |
Sets the image to be displayed in the minimized icon for this frame. |
void setMenuBar(MenuBar )
|
Documentation changed from old to new. |
Sets the menu bar for this frame to the specified menu bar. |
void setState(int )
|
Documentation changed from old to new. |
Sets the state of this frame (obsolete). |
void setTitle(String )
|
Documentation changed from old to new. Changed from synchronized to non-synchronized.
|
Sets the title for this frame to the specified string. |
void remove(MenuComponent )
|
Documentation changed from old to new. |
Removes the specified menu bar from this frame. |