Countdown Clock - Basic

 

If you want to put this applet on your web page, copy and paste the applet tagged code below into your page or if you want a copy of the class file email me here.

-------------

 

<applet code="CountdownClock_Applet.class" codebase="http://java.dovesnet.co.uk/applets/Countdown_Clock/"width="360" height="55">

<PARAM name="message" value="Christmas">
<PARAM name="year" value="2007">
<PARAM name="month" value="12">
<PARAM name="day" value="24">

<!-- If you don't enter a time below, it will default to midnight -->

<PARAM name="hour" value="23">
<PARAM name="minute" value="59">
<PARAM name="second" value="59">
</applet>

 

Information

The countdown clock is a basic self-contained applet. It requires no external files and by running a thread, repaints the output display once a second.
Also, if you copy and paste the code above, don't forget to change the parameter values to suit your own requirements.