Countdown Clock - Basic- With Image Background - Customised Example

 

This is a countdown timer was created for a friends website. You can see how, compared to the original basic countdown clock with background image, that the clock can be placed anywhere and the colour of the font can be changed accordingly.

To put this applet on your page, copy the applet tagged code below and paste into the body of your page. The values can be changed to suit. If you wisha copy of the code, or for it to be customised for you, let me know. Contact me for a copy of the class and image files due to similar issues mentioned in the previous version of this (see here).

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

 

<applet code="CountdownClock3_Applet.class" codebase="http://java.dovesnet.co.uk/applets/Countdown_Clock3/" width="185" height="128">

<PARAM name="message" value="WrestleMania">
<PARAM name="year" value="2008">
<PARAM name="month" value="3">
<PARAM name="day" value="31">

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

<PARAM name="hour" value="0">
<PARAM name="minute" value="59">
<PARAM name="second" value="59">

<PARAM name="picture" value="WMXXIV.jpg">


</applet>

 

Information

This is the same as the applet found on the Countdown_Clock2 page. However, this countdown clock was built specifically for a friend's 'Wrestling Covers' website and is on here to demonstrate how the same code can be easily customised.

Once again however, as an image file is used within the construction of the output, the class file and image file are together in the same directory so that it will work efficiently.