Typewriter.java
This is a super-quick loading banner/ticker that simulates a typewriter. Features configurable color, font and speed. A mouse click will open browser to another URL. Source code included!
Usage: Place Typewriter.class within your HTML directory.
Java Source: Typewriter.java
HTML Source:
<applet code=Typewriter.class name=Typewriter width=260 height=30 >
<param name=Text
value="Ricardo Basto's Typewriter|Please
e-mail me at|ricbasto@usa.net|">
<param name=Target value="mailto:ricbasto@usa.net">
<param name=BGColor value="2147483647">
<param name=FGColor value=0>
<param name=HLColor value=255>
<param name=FontSize value=20>
<param name=FontName value="Dialog">
<param name=Delay value=100>
</applet>
Author: Ricardo Basto
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.
|