dotScroller


; ;

A scrolling text applet with a twist: the fonts are built with a dot image! Free and source is included!

How To Use:

  • Download dotScroller.zip (15 KB)
  • Unzip with a compression utility.

    Java Source: Included in zip file

    Sample HTML Source:

    <APPLET
      CODEBASE = "./"
      CODE     = "dotScroller.Scroller.class"
      NAME     = "Scroll Applet"
      WIDTH    = 800
      HEIGHT   = 140
      HSPACE   = 0
      VSPACE   = 0
      ALIGN    = middle
    >
    <PARAM NAME="fontSize" VALUE="14">
    <PARAM NAME="dotSpacing" VALUE="1">
    <PARAM NAME="scrollString" VALUE="This is the Dot Scroller in action!!! ">
    <PARAM NAME="dotImageFileName" VALUE="Dot6.gif">
    <PARAM NAME="backGroundColor" VALUE="0xFFFFFF">;
    <PARAM NAME="scrollStep" VALUE="1">;
    </APPLET>
    

    Configuration: config.html

    Status: Free

    Author: Brian Thorne

    Homepage: http://www.avance-systems.com/java/dotScroller/

    Upload Date: May 17, 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.