Scheduler Tool Prototype



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

The prototype executable is a manifested jar file named Prototype.jar. From the command line, it is executed using the "-jar" argument, i.e., "java -jar Prototype.jar".

The top-level source file is the Main file. You can find it here: Main.java

The package subdirectories with additional source are

Javadoc documentation for the prototype is in the javadoc directory.