Fan Applet



Author: Unknown


This applet does a one-time fan of your text from center outward. To add this applet to your page, follow the directions below.


1. Download Fan.class and load it in your home page directory.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="Fan.class" width=390 height=30> <param name=text value="The Java Shoppe"> <param name=speed value="4"> <param name=spacing value="4"> <param name=vspacing value="20"> <param name=font value="Courier"> <param name=fontsize value="22"> </applet>


Back to the Applets!