|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ufl.osg.httppoll.Dialog
Class that creates and displays a non-modal dialog box, which informs the user of HTTPPoll alerts.
Constructor Summary | |
---|---|
Dialog(java.lang.String title,
java.lang.String message)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
close dialog window when user clicks "Close" |
void |
show()
Display the dialog box |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Dialog(java.lang.String title, java.lang.String message)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void show()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |