Changed Constructors |
JFrame(GraphicsConfiguration )
|
Documentation changed from old to new. |
Creates a Frame in the specified GraphicsConfiguration of a screen device and a blank title. |
JFrame(String )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Creates a new initially invisible Frame with the specified title. |
JFrame(String, GraphicsConfiguration)
|
Documentation changed from old to new. |
Creates a JFrame with the specified title and the specified GraphicsConfiguration of a screen device. |
JFrame(void )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a new frame that is initially invisible. |
Changed Methods |
void processKeyEvent(KeyEvent )
|
Documentation changed from old to new. Method was locally defined, but is now inherited from Component.
|
Processes key events occurring on this component by dispatching them to any registered KeyListener objects. |
void setDefaultCloseOperation(int )
|
Documentation changed from old to new. |
Sets the operation that will happen by default when the user initiates a "close" on this frame. |
void setLayout(LayoutManager )
|
Documentation changed from old to new. |
By default the layout of this component may not be set the layout of its contentPane should be set instead. |