All Packages Class Hierarchy This Package Previous Next Index

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

 o AlertDialog(Frame, String, String)
Constructs an initially invisible ErrorDialog with a title.

Method index

 o main(String[])

Constructors

 o 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

 o main
 public static void main(String args[])