Readme for Java Address Book Version 1.0.

Written by Todd R. Brenneman

*** This program requires The Java Runtime Version 1.1.1 or later.        ****
*** The Java Runtime Edition is free for download from Sun MicroComputers ****

	This is a small address book program. It can be used to store names, 
addresses, phone numbers, and other notes. The user interface is fairly straight 
forward.  Menu selections control most of the program functions. 

	Since this is an application the "File" menu will let you create, save, 
and open list. There is no print functions yet. The "Edit" menu allows the
user to add and delete people from the list. Double clicking on a name in the
scrolled list to the left will display all the data. The "View" menu lets you
view a selected item or all the items in the list.

	Installation is fairly easy. Just unzip the file in a directory, and
make sure the JRE or JDK is installed correctly. To run the program just type
"java AddressBooklet".  There is an example file included in the zip file, this is
called the "addressfile".  

	If you have any problems with the software drop me an E-Mail at
"trbrenn@ibm.net". PLZ let me know if you like the software or have any suggestions
for the next version. 

	The next version will have: JDBC support; run as an Applet or Application;
hopefully a print function; and, better text parsing and search.

	Good Luck and Have Fun. 
