Generated by
JDiff

Class javax.swing.JWindow

Documentation changed from old to new.

Added Constructors
JWindow(GraphicsConfiguration) Creates a window with the specified GraphicsConfiguration of a screen device.
JWindow(Window, GraphicsConfiguration)  
 

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

Changed Methods
void addImpl(Component, Object, int) Documentation changed from old to new.
By default children may not be added directly to a this component they must be added to its contentPane instead.
JRootPane createRootPane() Documentation changed from old to new.
Called by the constructor methods to create the default rootPane.
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JWindow.
Container getContentPane() Documentation changed from old to new.
Returns the Container which is the contentPane for this window.
Component getGlassPane() Documentation changed from old to new.
Returns the glassPane Component for this window.
JLayeredPane getLayeredPane() Documentation changed from old to new.
Returns the layeredPane object for this window.
JRootPane getRootPane() Documentation changed from old to new.
Returns the rootPane object for this window.
boolean isRootPaneCheckingEnabled() Documentation changed from old to new.
Returns whether calls to add and setLayout will cause an exception to be thrown.
String paramString() Documentation changed from old to new.
Returns a string representation of this JWindow.
void setContentPane(Container) Documentation changed from old to new.
Sets the contentPane property for this window.
void setGlassPane(Component) Documentation changed from old to new.
Sets the glassPane property.
void setLayeredPane(JLayeredPane) Documentation changed from old to new.
Sets the layeredPane property.
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 setRootPane(JRootPane) Documentation changed from old to new.
Sets the new rootPane object for this window.
void setRootPaneCheckingEnabled(boolean) Documentation changed from old to new.
Determines whether calls to add and setLayout will cause an exception to be thrown.
void windowInit() Documentation changed from old to new.
Called by the constructors to init the JWindow properly.
 

Changed Fields
AccessibleContext accessibleContext Documentation changed from old to new.
The accessible context property.
JRootPane rootPane Documentation changed from old to new.
The JRootPane instance that manages the contentPane and optional menuBar for this frame as well as the glassPane.
boolean rootPaneCheckingEnabled Documentation changed from old to new.
If true then calls to add and setLayout will cause an exception to be thrown.