| 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. |