|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.util.gui.warning_box
Dispays a simple warning message box.
Constructor Summary | |
warning_box(java.lang.String msg)
Construct and display a warning dialog box. |
|
warning_box(java.lang.String title,
java.lang.String msg)
Construct and display a warning dialog box. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public warning_box(java.lang.String msg)
msg
- This string is used as the message text in the dialog box.public warning_box(java.lang.String title, java.lang.String msg)
title
- This String is used in the title bar of the dialog box.msg
- This string is used as the message text in the dialog box.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |