Generated by
JDiff

Class javax.swing.JWindow

Documentation changed from old to new.

Changed Constructors
JWindow(Frame) Documentation changed from old to new.
Creates a window with the specified owner frame.
JWindow(GraphicsConfiguration) Documentation changed from old to new.
Creates a window with the specified GraphicsConfiguration of a screen device.
JWindow(Window) Documentation changed from old to new.
Creates a window with the specified owner window.
JWindow(Window, GraphicsConfiguration) Documentation changed from old to new.
Creates a window with the specified owner window and GraphicsConfiguration of a screen device.
JWindow(void) Documentation changed from old to new.
Creates a window with no specified owner.
 

Changed Methods
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.
void update(Graphics) Documentation changed from old to new.
Method was inherited from Container, but is now defined locally.
Calls paint(g).