Java Applet: Text Bar www.dreamscity.net


Example HTML Code:

<applet code="TextBar.class" width=240 height=20 alt="Does your browser support Java?"> <param name="delay" value="300"> <param name="mode" value="0"> <param name="bgcolor" value="64,64,255"> <param name="text" value="color:255,0,0;font:'',3,16;text:www.DreamsCity.net"> </applet>
ParameterValue
delaythe interval per character
mode0: typewriter
bgcolorbackground color (r,g,b)
textdisplay text (color:r,g,b;font:fontname,style,size;text:display text)
style: 0-PLAIN, 1-BOLD, 2-ITALIC, 3-BOLD&ITALIC

Download