|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.util.gui.error_box
public class error_box
Dispays a simple error message box.
Constructor Summary | |
---|---|
error_box(java.lang.String msg)
Construct and display an error dialog box. |
|
error_box(java.lang.String title,
java.lang.String msg)
Construct and display an error 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 error_box(java.lang.String msg)
msg
- This string is used as the message text in the dialog box.public error_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 |