|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopendap.util.gui.msg_box
public class msg_box
Dispays a simple message box.
| Constructor Summary | |
|---|---|
msg_box(java.lang.String msg)
Construct and display an informational message dialog box. |
|
msg_box(java.lang.String title,
java.lang.String msg)
Construct and display an informational message dialog box. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public msg_box(java.lang.String msg)
msg - This string is used as the message text in the dialog box.
public msg_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 | |||||||||