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.

<applet code=Clock.class width=136 height=21> <param name=backColor value="255,0,255"> <param name=hasBorder value="true"> <param name=raisedBorder value="false"> </applet>

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.