CSE 4510: Lab Assignment #11

Due: Friday, 16 April 1999

The Task

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.jar
The requires the line
Main-Class:  Class Name
in 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.

Turning it in

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.jar
All but the last submission will be ignored. With luck the submissions for this lab exercise will be found in the file lab11-sub.txt.
Ryan Stansifer <ryan@cs.fit.edu>
Last modified: Tue May 25 15:02:55 EDT 1999