This news ticker applet scrolls news headers from right to left
and opens a web page when the user clicks on a news header.
<applet code=com.objectplanet.HNewsTicker
archive=com.objectplanet.HNewsTicker.jar
width=100% height=20>
<param name=news_0 value="Other ObjectPlanet Products: ">
<param name=news_1 value="Network Probe - display network traffic">
<param name=newsLink_1 value="http://objectplanet.com/Probe">
<param name=news_2 value="Surveyor - create online surveys">
<param name=newsLink_2 value="http://objectplanet.com/Surveyor">
<param name=news_3 value="EasyCharts - java charts">
<param name=newsLink_3 value="http://objectplanet.com/EasyCharts">
<param name=news_4 value="Table Applet - java table applet">
<param name=newsLink_4 value="http://objectplanet.com/Table">
<param name=news_5 value="TabbedPanel - tabbed panel for JDK 1.1">
<param name=newsLink_5 value="http://objectplanet.com/TabbedPanel">
<param name=news_6 value="BarChartApplet - only 18 KB footprint">
<param name=newsLink_6 value="http://objectplanet.com/BarChartApplet">
<param name=news_7 value="LineChartApplet - only 18 KB footprint">
<param name=newsLink_7 value="http://objectplanet.com/LineChartApplet">
<param name=news_8 value="PieChartApplet - only 14 KB footprint">
<param name=newsLink_8 value="http://objectplanet.com/PieChartApplet">
<param name=news_9 value="ProgressBar - java progress bar">
<param name=newsLink_9 value="http://objectplanet.com/ProgressBar">
<param name=speed value=80>
<param name=space value=100>
<param name=font value="Arial,bold,11">
<param name=target value="window">
<param name=background value="#d4e7e7">
<param name=fontColor value="gray">
<param name=focusColor value="black">
</applet>
news_N
The news headers. Each news header is numbered from 0 and up.
<param name=news_0 value="first news item">
<param name=news_1 value="second news item">
<param name=news_2 value="third news item">
newsLink_N
The links for the news headers. The link is opened when the user
clicks on one of the corresponding news items.
<param name=newsLink_0 value="http://objectplanet.com">
<param name=newsLink_1 value="../products.html">
<param name=newsLink_2 value="/NewsTicker">
target
The name of the target window where the web page should be opened.
<param name=target value="window_name">
background
The background color of the applet.
<param name=background value="orange">
<param name=background value="#669996">
font
The font used for the news items.
The first field is the font name, the second is plain, bold, or bolditalic.
The last field is the point size of the font.
<param name=font value="Arial,bold,12">
fontcolor
The color of the font used.
<param name=fontColor value="black">
<param name=fontColor value="#669996">
focusColor
The color used for news headers when the mouse is over it.
<param name=focusColor value="red">
<param name=focusColor value="#669996">
speed
The scroll speed, ranging from 0 to 100, where 0 is the slowest, and
100 is the fastest.
<param name=speed value="40">
<param name=speed value="90">
space
The space between the news headers.
<param name=space value="150">