OnlyTime
This is a free digital clock applet with a difference. You can the change the look of the
clock by specifying Font, Font size, Background and text color, Style, Display style (12 hr. clock, 24 hr clock, 12 hr clock (with a.m., p.m.), etc.
Usage: Place localtime.class and these onlytime.class within your HTML directory.
Java Source: not available
HTML Source:
<applet code="localtime.class" width =140 height =22>
<param name="Copyright"
value="Rahul Kumar Gupta-INDIA,EMail - rahgup@hotmail.com.">
<param name="Font" value="Courier">
<param name="BackColor" value="0|0|0">
<param name="TextColor" value="0|200|255">
<param name="Style" value="3">
<param name="Displaytype" value="3">
<param name="Pointsize" value="13">
</applet>
- Font - represents the font in which above time is flashed.
- Displaytype - represents the style in which time is to be flashed.
- 24 hour clock
- 12 hour clock with am and pm
- 12 hpur clock with in morning , in evening , in noon messages.
- BackColor - represents the RGB pattern for the background color (Integer value)
- First token represents for RED
- Second token represents for GREEN
- Third token represents for BLUE
- TextColor - represents the RGB pattern for the textcolor
- First token represents for RED
- Second token represents for GREEN
- Third token represents for BLUE
- Style - represent the the style in which the time to displayed (integer value)
- PointType - represents the pointsize in which the time is to flashed.
Author: Rahul Kumar Gupta
|