Clock2


Description: This small freeware applet by Reedtz Thomson from Netscape shows you the actual time. Choose a font type, size, weight, the parameters BGCol and FGCol describes background and diplay colors of your clock, even the date format is custom, use the parameter DateFmt with the common UNIX/LINUX rules for the time format.


HTML code of the applet:

<applet code="Clock2.class" width=170 height=50>
<param name="FontFamily" value="Helvetica">
<param name="FontSize" value="14">
<param name="FontWeight" value="bold">
<param name="BGCol" value="f0f0f0">
<param name="FGCol" value="36648b">
<param name="DateFmt" value="%A, %B %I, %a %H:%M">
</applet>

Author: Reedtz Thomsen
Homepage: http://home.netscape.com/
Java Source: Clock2.java
Download: Save Clock2.class (6k) in the same directory as the referring HTML file.
Usage: Permission to use, copy, modify, and distribute this software and its documentation for NON-COMMERCIAL or COMMERCIAL purposes and without fee is hereby granted.

 

 

Home · Help · Report Error · Contact · Privacy · Link us · About

© 1Archive.com - World's best freeware!