KzmClock
Applet Name: KzmDClock
Applet Source: KzmDClock.java
Import(s): java.applet, java.awt, java.util, java.lang
Feature(s): text, image
Author: Alessandro Garbagnati
Usage Guide:
<APPLET CODE="KzmDClock"
WIDTH=214 HEIGHT=60>
<PARAM NAME="dimension" VALUE="big">
<PARAM NAME="border" VALUE="yes">
<PARAM NAME="showdate" VALUE="yes">
<PARAM NAME="dateformat" VALUE="mdy">
<PARAM NAME="backcolor" VALUE="0 0 0">
<PARAM NAME="forecolor" VALUE="128 128 0">
</APPLET>
This is another digital clock. I wrote this because i like this kind
of clock and i didn't found it anywhere.
You can define dimension of clock, border, to show date every 5 seconds
in the way you prefer or not show it.
PARAMETERS
- Dimension: (big|small, default=big)
The dimension of the clock. The one you see in this page is "big",
but in my homepage there is
the "small one".
Big is 214(width) 60(height), while the Small is 115(w) 34(h).
- Border: (yes|no, default=no)
Show the border of the applet.
- ShowDate: (yes|no, default=yes)
Display the date for 3 seconds every 5 seconds.
- DateFormat: (default=mdy, m=month d=day y=year)
Show the date in the format defined.
- BackColor: (R G B, default=0 0 0)
The color of the scrollable area, the rectangle.
- ForeColor: (R G B, default=128 0 0)
The color of the leds.