semorg.gui
Class AppStarter

java.lang.Object
  extended by semorg.gui.AppStarter

public class AppStarter
extends Object

This class is used to start and restart the application.


Field Summary
private static String commandToRun
           
 
Constructor Summary
AppStarter()
           
 
Method Summary
static void main(String[] args)
          Starts the application by running the command specified by the constant commandToRun.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandToRun

private static String commandToRun
Constructor Detail

AppStarter

public AppStarter()
Method Detail

main

public static void main(String[] args)
Starts the application by running the command specified by the constant commandToRun.

Parameters:
args - unused