★ wanayoo — archive 1999 http://javaboutique.internet.com/OnlyTime/Nouvelle recherche | Portail wanayoo
internet.com logo To JavaBoutique Home

 Java News
 Latest Applets
 Applet Categories
 Applet Index
 Applet Help
 Submit Applets
 Other Resources
 How-To Java
 Java Reviews
 Java FAQs
 Java Forum
 Java IDEs
To Webdeveloper.com
 Mecklermedia
 Internet.com
 Magazines
 Trade Shows
 Advertise
 Corporate
 Information
 Search
 Subscribe

webreference.com

Search Engine Watch

The JavaScript Source

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.
    1. 24 hour clock
    2. 12 hour clock with am and pm
    3. 12 hpur clock with in morning , in evening , in noon messages.
  • BackColor - represents the RGB pattern for the background color (Integer value)
    1. First token represents for RED
    2. Second token represents for GREEN
    3. Third token represents for BLUE
  • TextColor - represents the RGB pattern for the textcolor
    1. First token represents for RED
    2. Second token represents for GREEN
    3. 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




Copyright 1998 Mecklermedia Corporation.
All Rights Reserved. Legal Notices.