|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ch.aplu.util.MessageDialog
Class to show simple message dialog (with no prompt button). The dialog is modeless, e.g. it "floats" while the application continues.
Constructor Summary | |
MessageDialog(java.awt.Component parent,
java.lang.String message)
Construct a dialog with given message, which is not yet shown. show() will display the dialog in the center of the given component. |
|
MessageDialog(java.lang.String message)
Same as MessageDialog(parent, message ) with parent = null. |
Method Summary | |
void |
close()
Hide the modeless message dialog previously shown. |
void |
show()
Show a modeless message dialog with given message. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageDialog(java.awt.Component parent, java.lang.String message)
public MessageDialog(java.lang.String message)
Method Detail |
public void show()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |