airboardUI
Class AlertDialog

java.lang.Object
  extended byairboardUI.AlertDialog

public class AlertDialog
extends java.lang.Object

A single response modal alert dialog. This class is configurable for message and title. This class define a set of possible warnings or errors showed by the program. When the OK button is pressed the dialog returns.


Constructor Summary
AlertDialog(java.awt.Frame parent, java.lang.String title, java.lang.String message)
          Creates a new AlertDialog with some diagnostic information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertDialog

public AlertDialog(java.awt.Frame parent,
                   java.lang.String title,
                   java.lang.String message)
Creates a new AlertDialog with some diagnostic information.

Parameters:
parent - Any Frame.
title - The title to appear in the border of the dialog.
message - Message in the dialog.