Neon



Applet Name: Neon
Applet Source: Neon.java
import(s): java.applet, java.awt, java.lang
Feature(s): image, animation
Author: Scott Clark

Usage Guide:

Neon is a simple applet that takes two parameters:
picture1 - A string that is the first "neon" image to be displayed. This is the "off" image. This has to be an image in "gif" format. This image is assumed to be in your html directory.
picture2 - A string that is the second "neon" image to be displayed. This is the "on" image. This also has to be a an image in "gif" format. This image is also assumed to be in your html directory.

Usage example:

<APPLET CODE="Neon.class" width=512 height=100>
<PARAM NAME="picture1" VALUE="neon1.gif">
<PARAM NAME="picture2" VALUE="neon2.gif">
</APPLET>



Return to index.