Learn Java Yourself

Bouncing Fonts 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=BouncingFonts.class WIDTH=410 HEIGHT=150>
<param name="TextToDisplay" value="Hi George">
<param name="FontSize" value="24">
<param name="FontName" value="Arial">
<param name="bgCOLOR" value="255,230,215">
<param name="textCOLOR" 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


Created 2001