|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecterrorbox2.ErrorBox2
public class ErrorBox2
| Constructor Summary | |
|---|---|
ErrorBox2()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Opens a popup box with an error 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 ErrorBox2()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
Example: java -jar ErrorBox2.jar "No can do, kimosabe."
pops up an Error window with the message "No can do, kimosabe".
[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 | ||||||||