traceccgui
Class TraceccMainProgram

java.lang.Object
  extended by traceccgui.TraceccMainProgram

public class TraceccMainProgram
extends java.lang.Object

The main program for the Tracecc GUI application.


Field Summary
protected  java.lang.String w
           
 
Constructor Summary
TraceccMainProgram(java.lang.String wd)
          Empty constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The applications main program.
 void run()
          Create the controllers and schedule the GUI creation in the event processing thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

w

protected java.lang.String w
Constructor Detail

TraceccMainProgram

public TraceccMainProgram(java.lang.String wd)
Empty constructor.

Method Detail

run

public void run()
Create the controllers and schedule the GUI creation in the event processing thread.


main

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

Parameters:
args - The command line arguments, only one argument (the directory to open, optional) is allowed.