(Example 1: display days, hours, minutes, and seconds)


(Example 2: display seconds only)

CountdownClock (version: 2007.09.28)

[The J Maker Home] [Software's Home] [Software's Latest Download] [Pricing] [Contact] [FAQ]

[Description]: This is a configurable countdown clock implemented in Java. Simply provide the due time and your favorite font, and colors.

[Tips]: N / A

[Parameters and HTML Configurator]:
Parameter Value Description
applet width
applet height
regcoderegistration code
fontfacefont face
fontstylefont style (0=normal, 1=bold, 2=italic, 3=bold_italic)
fontsizefont size
bgimagebackground image; fill in "none" if you don't want any background image
bgcolorbackground color: R G B
fgcolorforeground color: R G B
outcoloroutline color: R G B
borderborder width
bordercolorborder color: R G B
duedue time: year month day hour minute second
captioncaption format where dddd, hh, mm, ss will be replaced or use xxxx for seconds only
duecapcaption when it is over due
urlURL to connect when time is up
* fill in "none" for URL if you don't want to link to anywhere



Auto-generated code to be inserted into your HTML page:

P.S. Copy all necessary *.jar, images (e.g. *.gif or *.jpg), and data files (e.g. *.txt) to your web directory and embed the above code into your own HTML file.


[Package Info]:
  • File Descriptions:
  • CountdownClock.html - this example
  • CountdownClock.jar - main program
  • CountdownClock.gif - sample background image
  • Possible Improvements: