semorg.gui
Class AppStarter
java.lang.Object
semorg.gui.AppStarter
public class AppStarter
- extends Object
This class is used to start and restart the application.
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 |
commandToRun
private static String commandToRun
AppStarter
public AppStarter()
main
public static void main(String[] args)
- Starts the application by running the command specified by the constant
commandToRun
.
- Parameters:
args
- unused