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