okaybox2
Class OkayBox2

java.lang.Object
  extended by okaybox2.OkayBox2

public class OkayBox2
extends java.lang.Object


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

OkayBox2

public OkayBox2()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Opens a popup box with a message and an Okay button. OkayBox2 is designed as a platform-independent way for scripts to open a popup window with a notification.

Example: java -jar OkayBox2.jar "Your job has completed."

pops up an Okay window with the message "Your job has completed".

Parameters:
[message - message to be printed in the box]
[title - title for popup box]
Throws:
java.lang.Exception