Generated by
JDiff

Class javax.swing.JDialog

Documentation changed from old to new.

Changed Constructors
JDialog(Dialog) Documentation changed from old to new.
Creates a non-modal dialog without a title with the specifed Dialog as its owner.
JDialog(Dialog, boolean) Documentation changed from old to new.
Creates a modal or non-modal dialog without a title and with the specified owner dialog.
JDialog(Dialog, String) Documentation changed from old to new.
Creates a non-modal dialog with the specified title and with the specified owner dialog.
JDialog(Dialog, String, boolean) Documentation changed from old to new.
Creates a modal or non-modal dialog with the specified title and the specified owner frame.
JDialog(Frame) Documentation changed from old to new.
Creates a non-modal dialog without a title with the specifed Frame as its owner.
JDialog(Frame, boolean) Documentation changed from old to new.
Creates a modal or non-modal dialog without a title and with the specified owner Frame.
JDialog(Frame, String) Documentation changed from old to new.
Creates a non-modal dialog with the specified title and with the specified owner frame.
JDialog(Frame, String, boolean) Documentation changed from old to new.
Creates a modal or non-modal dialog with the specified title and the specified owner Frame.
JDialog(void) Documentation changed from old to new.
Creates a non-modal dialog without a title and without a specified Frame owner.
 

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.
void dialogInit() Documentation changed from old to new.
Called by the constructors to init the JDialog properly.
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JDialog.
Container getContentPane() Documentation changed from old to new.
Returns the contentPane object for this dialog.
int getDefaultCloseOperation() Documentation changed from old to new.
Returns the operation which occurs when the user initiates a "close" on this dialog.
Component getGlassPane() Documentation changed from old to new.
Returns the glassPane object for this dialog.
JLayeredPane getLayeredPane() Documentation changed from old to new.
Returns the layeredPane object for this dialog.
JRootPane getRootPane() Documentation changed from old to new.
Returns the rootPane object for this dialog.
boolean isRootPaneCheckingEnabled() Documentation changed from old to new.
Returns true if the methods add and setLayout should be checked.
String paramString() Documentation changed from old to new.
Returns a string representation of this JDialog.
void setContentPane(Container) Documentation changed from old to new.
Sets the contentPane property.
void setDefaultCloseOperation(int) Documentation changed from old to new.
Sets the operation which will happen by default when the user initiates a "close" on this dialog.
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 rootPane property.
void setRootPaneCheckingEnabled(boolean) Documentation changed from old to new.
If true then calls to add and setLayout will cause an exception to be thrown.
void update(Graphics) Documentation changed from old to new.
Calls paint(g).