Java Clocks

These may take a little time to load, so please be patient. See here for more examples and an explanation of the <param> tags.


A basic 12 hour clock:

You browser does not support Java or Java is not enabled.

The html:

<applet codebase="http://phoenix.goucher.edu/applets"
code="Dgclock.class" width=100 height=30>
<param name="TimeFormat" value="%I">
You browser does not support Java or Java is not enabled.
</applet>

A clock I like:

You browser does not support Java or Java is not enabled.

The html:

<applet codebase="http://phoenix.goucher.edu/applets"
code="Dgclock.class" width=100 height=30 align=absmiddle>
<param name="TimeFormat" value="%I">
<param name="ShowFrame" value="no">
<param name="ShowVersion" value="no">
<param name="fg" value="black">
<param name="bg" value="aebfb5">
You browser does not support Java or Java is not enabled.
</applet>

A GMT 24 hour clock:

You browser does not support Java or Java is not enabled.

The html:

<applet codebase="http://phoenix.goucher.edu/applets"
code="Dgclock.class" width=100 height=30>
<param name="TZ" value="GMT+0000">
You browser does not support Java or Java is not enabled.
</applet>

Last updated May 26, 2021.
Send mail to kelliher AT DOMAIN phoenix.goucher.edu
Tom Kelliher