Calendar Tool Prototype
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