Class symantec.itools.awt.util.dialog.ModalDialog
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.awt.util.dialog.ModalDialog
Object
|
+----Component
|
+----Container
|
+----Window
|
+----Dialog
|
+----DialogBox
|
+----symantec.itools.awt.util.dialog.ModalDialog
- public class ModalDialog
- extends DialogBox
Specifies a modal dialog.
This dialog is not resizable and will close itself as needed.
-
symantec.itools.awt.util.dialog.ModalDialog(Frame)
- Constructs a ModalDialog with the given parent.
-
symantec.itools.awt.util.dialog.ModalDialog(Frame, String)
- Constructs a ModalDialog with the given parent and title.
ModalDialog
public ModalDialog(Frame f)
- Constructs a ModalDialog with the given parent.
- Parameters:
- f - the frame of this dialog’s parent
ModalDialog
public ModalDialog(Frame f,
String s)
- Constructs a ModalDialog with the given parent and title.
- Parameters:
- f - the frame of this dialog’s parent
- s - the title for this dialog
All Packages Class Hierarchy This Package Previous Next Index