Class Viewer.GUI.AttentionDialog
All Packages Class Hierarchy This Package Previous Next Index
Class Viewer.GUI.AttentionDialog
Object
|
+----Component
|
+----Container
|
+----Window
|
+----Dialog
|
+----Viewer.GUI.AttentionDialog
- public class AttentionDialog
- extends Dialog
This class contains the GUI of a Dialog with message.
- Author:
- Klaus Kleber
- Since:
- 30.04.1999
-
Viewer.GUI.AttentionDialog(Frame, String, String)
- Constructor
-
addNotify()
-
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
AttentionDialog
public AttentionDialog(Frame parent,
String title,
String message)
- Constructor
- Parameters:
- parent - Parent Frame
- title - Title of the AttentionDialog
- message - Contains the message which should be visible on the Dialog.
- Since:
- 30.03.99
addNotify
public void addNotify()
- Overrides:
- addNotify in class Dialog
setVisible
public void setVisible(boolean b)
- Shows or hides the component depending on the boolean flag b.
- Parameters:
- b - if true, show the component
- Overrides:
- setVisible in class Component
- Since:
- 30.03
- See Also:
- isVisible
All Packages Class Hierarchy This Package Previous Next Index