This zip file contains the following three files:

filechooser.jar 
Contains source code and bytecode for the file chooser widget.

SportsDirectoryService.jar
Contains bytecode for the test directory service.

readme.txt
This file.

Instructions for running the test application are as follows:

1) Extract the two jar files into the same directory

2) From the command line (change to directory that contains the jars) enter:
	

	java -cp SportsDirectoryService.jar;filechooser.jar filechooser.TestApplication


NOTE: This code was written on a Windows NT machine using the JDK 1.2.2.
*******************************************************************************************
Justin Hill
jhill@chicagojava.com
May 30, 2000