Class SvpViewerApp

java.lang.Object
  |
  +--SvpViewerApp

public class SvpViewerApp
extends java.lang.Object

The main class for running the SVP System with graphical output. checks args and creates a ViewerGUI object, nothing too fancy here.


Constructor Summary
SvpViewerApp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvpViewerApp

public SvpViewerApp()
Method Detail

main

public static void main(java.lang.String[] args)