|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectokaybox2.OkayBox2
public class OkayBox2
| Constructor Summary | |
|---|---|
OkayBox2()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Opens a popup box with a message and an Okay button. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OkayBox2()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
Example: java -jar OkayBox2.jar "Your job has completed."
pops up an Okay window with the message "Your job has completed".
[message - message to be printed in the box][title - title for popup box]
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||