SineScroller 3D



SineScroller 3D is a scroller that extracts the characters it uses from an image. This way You can use colorful, self-made fonts. The scroller follows two sine-functions and comes with a couple of parameters.

How To Use:

  • Download SineScroller3D.zip (52 KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <applet code="a.class"
    archive="SineScroller.jar" width="500" height="170"> <! Enter your text in the line below! > <param name="Text"
    value="New on JavaBoutique: *** SineScroller 3D *** -
    lots of parameters - you can even make your own font!"> <param name="SpaceWidth"
    value="6"> <! space between words > <param name="LetterSpacing"
    value="1"> <! space between characters > <param name="sin1"
    value="90"> <! parameters for the sine-motion > <param name="sin2"
    value="130"> <! just play with them > <param name="sin3"
    value="-17"> <param name="sinb1"
    value="90"> <param name="sinb2"
    value="57"> <param name="sinb3"
    value="25"> <param name="FontImage"
    value="Impact3D2m.jpg"> <! filename of font-image > <param name="GridSize"
    value="48"> <! grid-size of font-image > <param name="FontLayoutRow1"
    value="ABCDEFGHIJKLMONPQRSTUVWXYZ"> <! the characters the image contains > <param name="FontLayoutRow2"
    value="abcdefghijklmnopqrstuvwxyz"> <param name="FontLayoutRow3"
    value="0123456789,.;:!?-+?%$()&/*"> <param name="speed" value="2">
    <! speed of the scroller > <param name="delay" value="15"> <! how long to wait after each animation-step > </applet>

    Status: Free with link
    Licensed Copy $60.00 for a single domain

    Author: Paul Schmidinger

    Homepage: http://www.eigelb.at

    Upload Date:
    August 07, 2003

    How to Add Java Applets to Your Site

    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.