edu.umd.cfar.lamp.viper.gui.core
Class RunGT

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.core.RunGT

public class RunGT
extends java.lang.Object

Runs the viper-gt application. To enable assertions, send this to the vm:

    -ea
 
To enable 'play nice with os x':
    -Dapple.laf.useScreenMenuBar=true -Xdock:name="ViPER-GT" -Xdock:icon="common/icons/lamp.icns"
 


Constructor Summary
RunGT()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the apploader using the gt-config.n3 preferences file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunGT

public RunGT()
Method Detail

main

public static void main(java.lang.String[] args)
Runs the apploader using the gt-config.n3 preferences file.

Parameters:
args - these args are passed untouched to the AppLoader.main(String[])