Learn Java Yourself

CountDown1.02 Applet

Your browser doesn't support java or java is not enabled!

Copy the following code and put it in an html file:
<APPLET CODE=CountDown102.class WIDTH=400 HEIGHT=200>
<param name="FontSize" value="24">
<param name="FontName" value="TimesRoman">
<param name="Date" value="01/01/2001">
<param name="bgCOLOR1" value="140,140,200">
<param name="textCOLOR1" value="0,0,0">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
Your browser doesn't support java or java is not enabled!
</APPLET>
Download the class and put it in the same Directory

The date format is in the form day/month/year If you miss secs it's because your cpu is not fast enough to do all the calculations.


Created 2001