ScrollerII



A highly configurable horizontal text scroller that can scroll HTML from a text file!

How To Use:

  • Download ScrollerII.zip (22 KB)
  • Unzip with a compression utility.

    Java Source: unavailable

    Sample HTML Source:

    <APPLET archive="ScrollerII.jar" code="ScrollerII.class" width=400 height=40>
    
        <!-- REQUIRED copyright -->
        <PARAM name="copyright"
    		value="(c) 2000 Dan MacFarlane. http://www.dancity.com/">
    
        <!-- REQUIRED scroll-text file -->
        <PARAM name="scrollText" value="scrollText.txt">
    
        <!-- OPTIONAL background color -->
        <PARAM name="bgColor" value="#000000">
    
        <!-- OPTIONAL background image -->
        <PARAM name="background" value="blueBlur.jpg">
    
        <!-- OPTIONAL scroll speed. (+-20) 0=default +ve=faster -ve=slower -->
        <PARAM name="speed"      value="2">
    
    </APPLET>
    
    

    Configuration: For sample ScrollText.txt file see config.html

    Status: Trial

    Author: Dan MacFarlane

    Homepage: http://www.dancity.com/scrollerII/

    Upload Date: July 18, 2000

    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.