VertTicker.java
Usage: Place ticker.class within your HTML directory.
Java Source: ticker.java
HTML Source:
<applet code=Ticker.class id=Ticker width=450 height=40>
<param name="COUNT" value="4">
(This is the number of text/URL pairs that will be entered.)
<param name="TEXT1" value="Welcome to the Java Boutique!">
<param name="URL1" value="http://javaboutique.internet.com">
<param name="TEXT2" value="Looking for the classifieds?">
<param name="URL2" value="http://www.yahoo.com">
<param name="TEXT3" value="How about some WebReference?">
<param name="URL3" value="http://www.webreference.com">
<param name="TEXT4" value="Are you a WebDeveloper?">
<param name="URL4" value="http://www.webdeveloper.com">
<param name="FONT" value="Ariel">
<param name="SIZE" value="16">
<param name="BOLD" value="TRUE">
<param name="ITALIC" value="FALSE">
<param name="TEXTCOLOR" value="255,255,0">
<param name="BGCOLOR" value="0,0,0">
<param name="PAUSE" value="1200">
(This is the time to pause in the middle)
</applet>
Author: Bijoy Naick
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.
|