PCClock
This free analog/digital alarm clock behaves according to your wishes. You can set:
- Font, size, color for analog clock numbers
- Color for digital clock numbers
- Different color for Background , outercircle, inner circle, Hour, minute, seconds
- Two types of number system for Analog Clock (Decimal/Roman)
- Option for displaying digital clock or not
- Option for setting alarm or not
- You can specify your music file (eg .au) to be played at the time of alarm
Usage: Place PCClock.class within your HTML directory, along with the alarm's sound file.
Java Source: not available
HTML Source:
<applet code="PCClock.class" height=200 width=200>
<param name="Copyright"
value="Rahul Kumar Gupta-INDIA,EMail - rahgup@hotmail.com.">
<param name="Font" value="Arial">
<param name="Style" value="3">
<param name="Pointsize" value="11">
<param name="BGColor" value="201|180|154">
<param name="TextColor" value="255|235|0">
<param name="HourColor" value="116|10|38">
<param name="MinColor" value="120|100|0">
<param name="SecColor" value="6|6|96">
<param name="OuterColor" value="90|0|18">
<param name="InnerColor" value="255|255|255">
<param name="DigitalColor" value="90|0|18">
<param name="DigitalClock" value="Y">
<param name="RomanNumbers" value="Y">
<param name="Alarm" value="y">
<param name="AlarmTime" value="16:51">
<param name="Music" value="joy.au">
</applet>
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.
|