Calendar Tool Prototype



The Calendar 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 calendar data. The displayed screens are canned examples that illustrate typical data.

The prototype executable is a manifested jar file named caltool.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 caltool.jar".

The top-level source files are in tha caltool package directory. The files are Main.java and CalendarToolUI.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.

Further discussion of this prototype is in 308 Lecture Notes Week 8