Grader Tool Prototype



The Grader Tool 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 grader data. The displayed screens are canned examples that illustrate typical data.

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

The top-level source files are GraderAppMain.java and GraderUI.java .
To compile and run our prototype, please refer to README.txt.
UNIX Makefile to build our prototype is here (Makefile).

The individual component source files are listed below:
(This is not an exhaustive list. To see all files, please see src directory.)