dods.util.gui
Class warning_box
java.lang.Object
dods.util.gui.warning_box
public class warning_box
- extends Object
Dispays a simple warning message box.
- Version:
- $Revision: 1.2 $
- Author:
- ndp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
warning_box
public warning_box(String msg)
- Construct and display a warning dialog box.
- Parameters:
msg
- This string is used as the message text in the dialog box.
warning_box
public warning_box(String title,
String msg)
- Construct and display a warning dialog box.
- Parameters:
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.