Stocks Ticker is a Java applet with led display featuring real
time quote values, the applet gets the quote values from a data
feed. Script output is simple,
custom feeds can be easily developed.
US$ 40 - applet sources + yahoo php feed
Sample HTML Source:
<applet
archive="t.jar"
code="f" width="500" height="19">
<param name="feed"
value="http://localhost/work/gigel/en/ticker-feed-yahoo.php">
<!--grid background color-->
<param name="gridColor" value="10,10,10">
<!--color for stock values when going down-->
<param name="downColor" value="255,100,100">
<!--color for stock values when going up-->
<param name="downColor" value="100,255,100">
<!--color to show symbols-->
<param name="symbolColor" value="180,180,180">
<!--color for stock value when same as old value-->
<param name="stayColor" value="150,150,150">
<!--text scrolling speed: try 5, 10, 15 etc-->
<param name="speed" value="22">
<!--time in milseconds between reading new
stocks values from feed-->
<param name="refreshDelay" value="5000">
</applet>
Status: Free
Author: Gigel Chiazna
Homepage: http://anticariat.net
Upload Date:
October 14, 2003
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.