Welcome to SkyeTime, a simple analog clock written in Java.
Download: Clock.zip (v 1.1.0, 8.9 KB)
Source: Analog.java (v 1.1.0, 7 KB)

bg
digital
hour
minute
second
circle
hours
mute

Follow the instructions of README.TXT, and then insert this into the file you want to display the applet in:

<applet code="Analog.class" archive="Clock.jar" width="100" height="100">
<param name="bg" value="000000" />
<param name="digital" value="00FF00" />
<param name="hour" value="00FF00" />
<param name="minute" value="00FF00" />
<param name="second" value="00FF00" />
<param name="circle" value="00FF00" />
<param name="hours" value="00FF00" />
<param name="mute" value="00FF00" />
</applet>


(applet code is valid XHTML 1.0)