Swatch Internet Time |
Description: The SwatchITime applet displays current time using Internet Time - a new international timeformat invented by Swatch. The SwatchITime applet automatically updates every second (or in userdefined intervals) to symbolize a running clock. Furthermore, you'll be able to use it as a standard 'local time' clock. With the background image you can design your own clock as gif or jpg. Parameters:
How the example works: <applet code="SwatchITime.class" width="230" height="60"> <param name="font" value="Arial"> <param name="size" value="19"> <param name="image" value="back.gif"> <param name="color" value="#FFFF88"> <param name="interval" value="1000"> </applet> Java Source: SwatchITime.java
|