Code Example Package for Java with Object-oriented Programming and Web Applications Author: Paul S. Wang Institute for Computational Mathematics Department of Mathematics and Computer Science Kent State UniversityKent, Ohio 44242-0001 Email: pwang@mcs.kent.edu URL : http://icm.mcs.kent.edu/~pwang ISBN: 0-534-95206-2 Publisher: Brooks/Cole Publishing Co. Pacific Grove, CA. This code example package is distributed by PWS under license from SOFPOWER. The code example package is for the personal use of purchasers of the book. Any other use, copying, or resale is prohibited. The package contains the following files and directories README.txt ex1/ ex2/ ex3/ ex4/ ex5/ ex6/ ex7/ ex8/ ex9/ ex10/ ex11/ ex12/ corresponding to the 12 chapters in the book. ***USAGE INSTRUCTIONS CAN BE FOUND ON THE INSIDE BACK COVER OF THE BOOK*** NOTE: To use Netscape on your UNIX system to view applets, make sure you set the environment varialbes MOZILLA_HOME and CLASSPATH correctly. Set MOZILLA_HOME to the root directory of Netscape. Do not set CLASSPATH. For example, setenv MOZILLA_HOME /local/opt/netscape alias netscape '(unsetenv CLASSPATH; $MOZILLA_HOME/netscape)' Consider putting lines such as the above two in your shell sartup file.