Generated by
JDiff

Class javax.swing.JDialog

Added Constructors
JDialog(Dialog, String, boolean, GraphicsConfiguration) Creates a modal or non-modal dialog with the specified title owner Dialog and GraphicsConfiguration.
JDialog(Frame, String, boolean, GraphicsConfiguration) Creates a modal or non-modal dialog with the specified title owner Frame and GraphicsConfiguration.
 

Changed Constructors
JDialog(Dialog) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a non-modal dialog without a title with the specified Dialog as its owner.
JDialog(Dialog, boolean) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a modal or non-modal dialog without a title and with the specified owner dialog.
JDialog(Dialog, String) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a non-modal dialog with the specified title and with the specified owner dialog.
JDialog(Dialog, String, boolean) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a modal or non-modal dialog with the specified title and the specified owner frame.
JDialog(Frame) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a non-modal dialog without a title with the specified Frame as its owner.
JDialog(Frame, boolean) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a modal or non-modal dialog without a title and with the specified owner Frame.
JDialog(Frame, String) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a non-modal dialog with the specified title and with the specified owner frame.
JDialog(Frame, String, boolean) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a modal or non-modal dialog with the specified title and the specified owner Frame.
JDialog(void) Change in exceptions thrown from no exceptions to HeadlessException.
Creates a non-modal dialog without a title and without a specified Frame owner.
 

Added Methods
boolean isDefaultLookAndFeelDecorated() Returns true if newly created JDialogs 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 JDialogs 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) 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 setLocationRelativeTo(Component) Method was locally defined, but is now inherited from Window. Sets the location of the window relative to the specified component.