Fader 2.0 Applet



Author: Johannes.Schellen@post.rwth-aachen.de


This is a very cool fading text applet. To add it to your page, follow the directions below.


1. Download fader20.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="fader20.class" width=550 height=30> <param name="InlineData" value="pause=0|colorin0=100800,3a0800,521908,7b4221,946b3a,bd9c52,dece6b,f7e67b,dece6b,bd9c52,946b3a,7b4221,521908,3a0800,100800,000000|colorout0=000000|time=0|fadein=3|fadeout=3|text=The Java Shoppe|text=The Best Applets|text=Bookmark the Java Shoppe today!!|text=new applets frequently"> <param name="bgColor" value="#000000"> <param name="AuthorEmail" value="Johannes.Schellen@post.rwth-aachen.de"> <param name="License" value="http://www-users.informatik.rwth-aachen.de/~schellen/fader20.html"> </applet>


Back to the Applets!