Text Fan Applet
This is a very basic applet that is very simple to put on your site. The only downside is the background color can't be changed. Just place the Fan.class file in the same folder as your HTML file.
<applet code="Fan.class"
align="baseline" width="425"
height="30">
<param name="TEXT" value="Captain Java's Hot
Applets">
<param name="SPEED" value="4">
<param name="SPACING" value="4">
<param name="VSPACING" value="20">
<paramname="FONT" value="Courier">
<param name="FONTSIZE" value="22">
</applet>
Click here to Download a Zipped Package with this Applet and Documentation