app
Class JACASSiGMLDemo

java.lang.Object
  extended by app.JACASSiGMLDemo

public class JACASSiGMLDemo
extends java.lang.Object

The original CAS/SiGML file-player demo app.


Constructor Summary
JACASSiGMLDemo(java.lang.String[] args)
          Sets up the GUI, which is then ready to field CAS/SiGML-Load and Play requests.
 
Method Summary
static void main(java.lang.String[] args)
          main() method -- creates an instance of the app.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JACASSiGMLDemo

public JACASSiGMLDemo(java.lang.String[] args)
               throws java.lang.InterruptedException,
                      java.lang.reflect.InvocationTargetException
Sets up the GUI, which is then ready to field CAS/SiGML-Load and Play requests.

Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException,
                        java.lang.reflect.InvocationTargetException
main() method -- creates an instance of the app.

Throws:
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException