|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectairboardUI.AlertDialog
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 |
public AlertDialog(java.awt.Frame parent, java.lang.String title, java.lang.String message)
AlertDialog
with some diagnostic information.
parent
- Any Frame.title
- The title to appear in the border of the dialog.message
- Message in the dialog.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |