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
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|