Class org.jfouffa.jslider.gui.AlertDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----org.jfouffa.jslider.gui.AlertDialog
- public class AlertDialog
- extends Dialog
Creates a dialog for error.
Constructor index
-
AlertDialog(Frame, String, String)
- Constructs an initially invisible ErrorDialog with a title.
Method index
-
main(String[])
-
Constructors
AlertDialog
public AlertDialog(Frame f,
String title,
String msg)
- Constructs an initially invisible ErrorDialog with a title.
- Parameters:
- parent - the parent of this dialog
Methods
main
public static void main(String args[])