Tea Set Widget Collection 1.3

This ZIP file contains three files:

COPYRIGHT	- copyright and license information concerning this 
		  software package.
README		- this file
TeaSet.zip	- widget class files (tea/set/*.class)

The manual pages for the widget and applet classes, as well as the
programming guide are available as separate files. To download the
manual pages and programming guide, go to:
	http://uscom.com/~isoft/man.zip
	http://uscom.com/~isoft/guide.zip

The two files containing manual pages for the classes generated by
javadoc, and a complete interactive programming guide with numerous
examples and source code.

man.zip		- widget manual pages (man/*.html)
guide.zip	- programming guide and example files 

To install, unzip the TeaSet.zip file, and make sure the directory
where tea/set resides is on the CLASSPATH. For example, if TeaSet.zip
is unzipped in /usr/local/pkg, a directory tree /usr/local/pkg/tea/set
will be created. You need to add /usr/local/pkg to the CLASSPATH
environment variable.

To unpack the programming guide, make a new directory, and unzip the
guide.zip in the directory. The guide.zip file contains:
	- guide.html (main programming guide file)
	- ex-*.html (example applet html files)
	- tea\set\sample\*.[class|java] 
	  (example classes and source files)
	- images\sample\*.gif (example applet screen captures)

No postscript version of the programming guide is provided. Please use
your browser to print the programming guide. The entire programming
guide is contained in guide.html file.

To be able to execute the examples in the programming guide, you can
do either of two things. If you Tea Set library has been setup
correct, with it's root directory added to the CLASSPATH, you will be
able to run the examples from within the programming guide without any
additional step. If the Tea Set library is not setup to be accessible
from the CLASSPATH, your need to unzip the TeaSet.zip in the
programming guide directory, and create the tea/set directory that
contains all class files.

The man.zip file contains all html manual pages created for the
classes in the Tea Set library. It can be unzipped in a directory you
choose. To browse the documents, start from the 'Package-tea.set.html'
page.