Java Lab #9: Class Datebook

Continue extending the Figs project by taking the following steps.

Zip up your edu.vtc.figs folder and submit the zip file.

Although not required for this lab, the next step would be to implement a method void saveEvents(String fileName) in class Datebook that writes the contents of the Datebook to the named file. You could also provide a constructor for class Datebook that takes a file name and reads that file into its internel event list. Then modify the main program so that it automatically saves the Datebook when it exits and reloads it when it starts. After this step you will have an actual usable application!