The Neon Applet



The Neon applet is a simple applet that uses 2 images to create a "neon" effect.
The PARAMETERS are:

picture1 - this is the first image to be displayed.
picture2 - this is the second image to be displayed.

This applet is used on a web page as follows:

<APPLET CODE="Neon.class" width=296 height=61>
<PARAM NAME="picture1" VALUE="X_sneon1.gif">
<PARAM NAME="picture2" VALUE="X_sneon2.gif">
</APPLET>