Grader Tool Prototype



This is a rudimentary GUI prototype for the Grader Tool system. It is a purely "store front" style of prototype, in that it provides menus and some GUI dialogs, but no underlying functionality that actually manipulates grader data. The displayed screens are canned examples that illustrate typical data.

The prototype executable is a manifested jar file named gradertool.jar. It can be launched by double clicking on its desktop icon. From the command line, it is executed using the "-jar" argument to the Java interpreter, i.e., "java -jar gradertool.jar".

The top-level source files are in tha caltool package directory. The files are Main.java and GraderToolUI.java

The package subdirectories with additional source are:

Javadoc documentation for the prototype is in the ./.javadoc directory. There is a UNIX Makefile for compiling the executable prototype and its Javadoc documentation. When making the self-contained jar file, there is a MANIFEST file that defines the location of the class that has the executable's main method