Clock Applet by JohnMali
How to use it
First you must place all the gifs in a directory
off the directory conatining Clock.class named clock.
Then you must insert this code into your html file where
you want the clock to appear.
The Parameters
The parameter backColor is the background color of the
applet. It is in the format "r,g,b". The default color is red.
The parameter hasBorder specifies whether or not the
applet has a border. This parameter can either be "true"
or "false". The default value is "true".
The parameter raisedBorder specifies whether or not
the border makes the clock look raised or sunken. A value of
"true" causes the border to be raised. A value of "false"
causes the border to be sunken. The default value is "true". This
parameter has no effect if the hasBorder parameter is set to "false".
About
This applet was written using Visual J++.
Questions or comments: JohnMali@aol.com.
This is applet is (c)John Woehler, 1997.