Dialog.isModal

Dialog.isModal

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean isModal()
Returns
true if this dialog window is modal; false otherwise.
Description
Indicates whether the dialog is modal. A modal dialog grabs all input from the user.

See Also
setModal