Generated by
JDiff

Class javax.swing.JFrame

Documentation changed from old to new.

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.
 

Added Methods
boolean isDefaultLookAndFeelDecorated() Returns true if newly created JFrames should have their Window decorations provided by the current look and feel.
void setDefaultLookAndFeelDecorated(boolean) Provides a hint as to whether or not newly created JFrames should have their Window decorations (such as borders widgets to close the window title...) provided by the current look and feel.
 

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.