Due: Friday, 16 April 1999
Finish the GUI application in the last assignment by adding even handling.
The text-based, database file is the same as described in lab assignment #7.
In addition, this project needs to be encapsulated in a jar file. So that it man be run with the -jar option:
java -jar familtytree.jarThe requires the line
Main-Class: Class Namein the MANIFEST.MF file. Make sure this file ends with a newline, as this does cause problems to some java implementations. More information can be found at Understanding the Manifest in the Java tutorial.
Submitt all the source files, all the class files, and a database file in a single jar file. Use the following command on malestrom.cs.fit.edu or zach.fit.edu
~ryan/bin/mfiles ryan@cs.fit.edu "cse4510/lab11" familytree.jarAll but the last submission will be ignored. With luck the submissions for this lab exercise will be found in the file lab11-sub.txt.