Banner Demo

Color Shifting Banner Applet - Java

I used the color shifting banner applet as the banner in a previous design of my site. Feel free to check out the source code.

Wait a few seconds, it will gradually change its color.

This is the code for the above display.

<applet code="banner.class"
           codebase="/java/"
           height="60"
           width="300">
    <param name="banner" value="anu(e)scape" />
    <param name="delay" value="100" />
    <param name="fontsize" value="48" />
    <param name="numcolors" value="256" />
    <param name="fontface" value="Courier New" />
    <param name="bgcolor" value="FFFFFF" />
    <param name="startcolor" value="144" />
</applet>