JavaTime: A Java Clock
To use this Java applet, follow these steps:
- Copy the JavaTime.class file to the same directory as your HTML file.
- Copy the various image files (digital1.gif, digital2.gif, etc.) file to the same directory as your HTML file.
- Insert the following code in your page:
<APPLET CODE="JavaTime.class" WIDTH=300 HEIGHT=60>
If you see this text, it means your browser doesn't support Java. Oh, well.
</APPLET>
Check out the Java source code.