Constructors
| Name | Description |
|---|---|
| Dialog(Frame) | Constructs an initially invisible Dialog with an empty title. |
| Dialog(Frame, boolean) | Constructs an initially invisible Dialog with an empty title. |
| Dialog(Frame, String) | Constructs an initially invisible Dialog with a title. |
| Dialog(Frame, String, boolean) | Constructs an initially invisible Dialog with a title. |
Methods
| Name | Description |
|---|---|
| addNotify() | Creates the dialog's peer. |
| getTitle() | Gets the title of the dialog. |
| isModal() | Indicates whether the dialog is modal. |
| isResizable() | Indicates whether this dialog window is resizable. |
| paramString() | Returns the parameter string representing the state of this dialog window. |
| setModal(boolean) | Specifies whether this dialog is modal. |
| setResizable(boolean) | Sets the resizable flag. |
| setTitle(String) | Sets the title of the Dialog. |
| show() | Shows the dialog. |