JAVA     

FadingBullet

Created: 05.Dec.95

FB FB FB
    * Description
FadingBullet is a simple applet I've wrote for a friend. It create fading square bullets. Bullet uses the of the applet, while starting and ending colors are defined using applet parameters.
I know ... is nothing special !
     
    * Parameters
StartingColor (string, one of allowed colors)
The starting color of the fading.
EndingColor (string, one of allowed colors)
The ending color of the fading.
     
    * Download
FadingBullet.zip      
    * Example
Here is the tag used for the example above:
<APPLET CODE="FadingBullet" WIDTH="15" HEIGHT="15">
  <PARAM NAME="startingcolor" VALUE="red">
  <PARAM NAME="endingcolor" VALUE="blue">
</APPLET>