dac


Digital Alarm Clock (DAC)
<applet code=dac.class width=120 height=139>
	<!-- background filename -->
		<param name=file value=dactm.gif>
	<!-- alarm audio filename -->
		<param name=alarmfile value=dacalarm.au>
	<!-- time audio filename -->
		<param name=timefile value=dactime.au>
	<!-- delay between frames -->
		<param name=delay value=100>
	<!-- panel style       -->
	<!--    0: normal      -->
	<!--    1: transparent -->
		<param name=panelstyle value=1>
	<!-- clock location if x and y are positive -->
	<!-- move the clock if x and y are negative -->
		<param name=clocklocation value="-1 -1">
	<!-- clock stepsize if the clock is moving -->
		<param name=clockmotionstep value=1>
	<!-- clock font style -->
		<param name=clockfontstyle value=Helvetica>
	<!-- clock font text color -->
		<param name=clockfontcolor value="0 255 0">
	<!-- clock font background color -->
		<param name=clockfontbgcolor value="0 80 0">
	<!-- clock font size -->
		<param name=clockfontsize value=10>
	<!-- date location if x and y are positive -->
	<!-- move the date if x and y are negative -->
		<param name=datelocation value="-1 -1">
	<!-- date stepsize if the date is moving -->
		<param name=datemotionstep value=1>
	<!-- date font style -->
		<param name=datefontstyle value=Helvetica>
	<!-- date font text color -->
		<param name=datefontcolor value="0 255 255">
	<!-- date font background color -->
		<param name=datefontbgcolor value="0 0 255">
	<!-- date font size -->
		<param name=datefontsize value=10>
	<!-- alarm duration (500 is about 1 minute) -->
		<param name=alarmduration value=500>
</applet>

Purpose:
This Java applet implements a digital alarm clock with simple animation. Several parameters are customizable and can be found in the commented HTML example dac.html. Click in the image to set up the alarm.
Customizable Parameters:
background image filename, delay, panel style, clock / date font style, clock / date font color, clock / date font size, clock / date background color, fixed or moving clock / date location, clock / date moving step, alarm duration, alarm interactive input.
This Package:
  • overall: DAC [download] is a simple applet with 400+ lines of code. Please direct your inquiries on source code exchange / purchase to the author.
  • execution: Use an Internet-connected browser to open this file
  • file description:
  • dac.html - this example
  • dactm.gif - DAC logo
  • dac*.class - DAC classes
  • *.au - audio files
  • Author:
    Chunyen Liu (chunyenliu@xoommail.com)

    Back to the dac applet page

    How to Add Java Applets to Your Site

    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.