Scheduler M Prototype



The Scheduler M prototype is implemented as a pure GUI "store front" style, using Java Swing. "Store front" means the GUI displays sample interface screens, but there is no underlying functionality for operating on the scheduler data. The displayed screens are canned examples that illustrate typical data.

The prototype executable is a manifested jar file named scheduletool.jar. It can launched by running the script: schedulerM.sh on the terminal command line. The script runs the command "java -jar "scheduletool.jar"" When running the script, the scheduletool.jar file must be in the same directory as well as contain the directory lib that contains "appframework-1.0.3.jar" and "swing-worker-1.1.jar." Please see following README.

The package subdirectories with additional source are