Text Banner Java applet
(Scrolling text example)
Here are 8 different text banners. Please wait to see all text examples, banners are changing automatically!
This example uses separate banner file for each text sample.
Banner 1: (file "bnr/tb2-1.bnr")
<bnr speed="80" bgcolor="white"
next="bnr/tb2-2.bnr"/>
<txt color="black" size="30">This is a plain text
example.</txt>
Banner 2: (file "bnr/tb2-2.bnr")
<bnr speed="80" bgcolor="blue"
next="bnr/tb2-3.bnr"/>
<txt color="white" style="italic" size="30">This is an
example of italic text with background color.</txt>
Banner 3: (file "bnr/tb2-3.bnr")
<bnr speed="80" txtbgimage="img/bg1.gif"
next="bnr/tb2-4.bnr"/>
<txt style="bold" color="yellow" size="30">Here is an
example of text with background image.</txt>
Banner 4: (file "bnr/tb2-4.bnr")
<bnr bgcolor="white" speed="80"
next="bnr/tb2-5.bnr"/>
<txt color="blue" shade="2" shadecolor="lightgray"
style="bold" size="30">This example shows the shade
feature.</txt>
Banner 5: (file "bnr/tb2-5.bnr")
<bnr speed="80" bgcolor="#aaaabb"
next="bnr/tb2-6.bnr"/>
<txt color="#aaaabb" shade="1" ascent="28"
shadecolor="white" style="bold" size="32">One more shade
example...</txt>
Banner 6: (file "bnr/tb2-6.bnr")
<bnr bgcolor="white" speed="80"
next="bnr/tb2-7.bnr"/>
<txt color="random" size="30">Create your own text banners using
different colors, </txt>
<txt color="rainbow">including "random" and "rainbow"
colors</txt>
Banner 7: (file "bnr/tb2-7.bnr")
<bnr bgcolor="#0070a0" speed="80"
next="bnr/tb1.bnr"/>
<txt color="#ffffff" size="30">Enjoy this java applet, as your
gift from SoftCorporation LLC.</txt>
Banner 8: (file "bnr/tb1.bnr")
<bnr bgcolor="white" speed="80"/>
<txt size="38" ascent="32" style="bold"
color="red">Java</txt>
<txt size="8" style="plain" ascent="11"
value="(TM)"/>
<txt size="38" ascent="32" style="bold">
TextBanner</txt>
<txt size="25" shade="2" shadecolor="lightgray"
ascent="32" style="bolditalic" color="blue">
Copyright © 2001 SoftCorporation LLC.
</txt>
<txt size="38" shade="0" ascent="32"
style="bold" color="red">Java</txt>
<txt size="8" style="plain" ascent="11"
value="(TM)"/>
<txt size="38" ascent="32" style="bold">
TextBanner</txt>