Vectortyper displays up to four rotating circles of text. It
comes with lots of parameters to play with. Of course you can
also use your own text. All parameters are explained in detail
in the HTML code.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<applet code="a.class" archive="Vectortyper.jar" width="300" height="300">
<!--
Scrolls 1, 2, 3 or 4 rings of text. Default is 4.
Delete Parameter-Blocks 4 (and 3 (and 2)) to reduce the
number of rings.
Text: Text to be scrolled
Allowed characters:
ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜ0123
456789.,;:!?'\@$%+--#~*/\()[]{}<>_|^º§&=
lower-case letters are being converted to upper-case
Radius: The distance of the text-ring to the center
Height: The height of the characters
Speed: The speed of the rotation; use negative
values to invert to direction
Color: Hex-Code of color. Examples:
#ff0000=red, #ffff00=yellow, #00ff00=green, #00ffff=cyan,
#0000ff=blue, #ffffff=white, #000000=black,
#aaaaaa=light-grey, #555555=darkgrey
xRes: Increase this value if the characters are wide and
there are "holes" in them.
se "1" for small characters.
yRes: Increase this value if the characters are high and
there are "holes" in them.
Use "1" for small characters.
-->
<!-- Ring #1 -->
<param name="Text1" value="Welcome to a new applet from www.eigelb.at! ">
<param name="Radius1" value="150">
<param name="Height1" value="50">
<param name="Speed1" value="100">
<param name="Color1" value="#ff0000">
<param name="xRes1" value="2">
<param name="yRes1" value="4">
<!-- Ring #2 -->
<param name="Text2" value=" vectortyper 1.0">
<param name="Radius2" value="110">
<param name="Height2" value="20">
<param name="Speed2" value="-50">
<param name="Color2" value="#eeee00">
<param name="xRes2" value="4">
<param name="yRes2" value="2">
<!-- Ring #3 -->
<param name="Text3" value="I hope you like it as much as I do! ">
<param name="Radius3" value="105">
<param name="Height3" value="55">
<param name="Speed3" value="50">
<param name="Color3" value="#00dd00">
<param name="xRes3" value="2">
<param name="yRes3" value="4">
<!-- Ring #4 -->
<param name="Text4" value="Coded by Paul Schmidinger - ">
<param name="Radius4" value="62">
<param name="Height4" value="25">
<param name="Speed4" value="150">
<param name="Color4" value="#2244ff">
<param name="xRes4" value="2">
<param name="yRes4" value="2">
<!-- Background-color -->
<param name="BGColor" value="#000000">
<!-- Controls delay - you do not need to change this value -->
<param name="delay" value="20">
Status: Free
Author: Paul Schmidinger
Homepage: http://www.eigelb.at/
Upload Date:
December 10, 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.