  File				Description
-------------------	----------------------------------------------------------------------------------------
copy.sh			Copy script to propigate vp_test.html to all directories (Can be used as sample for copies)
chmod.sh		Script that does a chmod o+r on all directories
mklinks.sh		Script that performs soft-linking on all directories to the central Applet
class.out		The list of all directories to operate against

build.sh		Script that does Java compile with flags, builds the .jar file, and copies to the central Applet location
mkpkg.sh		Script that tars and zips the ViewPlots package.

*.class			Java object files, created by build.sh
ViewPlots.jar		Java archive file, created by build.sh

ViewPlots.java		Source code for the current Applet -- compliant with version 1.1+ JVM's (browsers)
ViewPlots.java14	Source code for the Applet, utilizing swing and latest Java libraries (version 1.4+)

vp_test.html		Sample .html file that runs the Applet

archive/		Archived versions of ViewPlots.java
docs/			Documents for ViewPlots classes
