ScrollUp



This is a Java scrolling applet with several cool features that can enhance your web site. At a specified rate, it reads and reloads from a file and supports auto-wrapped text and images. You can set colors, font face / style / size, left / right / center alignments, Unicode characters, web address links, scrolling speed, background image, margins, shadow / outline effects, pause time, etc.

How To Use:

  • Download scrollup.zip (26 KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <applet code=scrollup.class width=258 height=350>
    
    <!-- The following registration code only works at Java Boutique -->
    <param name=regcode value=728437516393103559>
    
    <!-- loading screen display toggle: 1 = yes, otherwise = no -->
    <param name=loading value="1">
    
    <!-- left margin -->
    <param name=leftmargin value="30">
    
    <!-- right margin -->
    <param name=rightmargin value="230">
    
    <!-- top margin -->
    <param name=topmargin value="30">
    
    <!-- bottom margin -->
    <param name=bottommargin value="320">
    
    <!-- default font face -->
    <param name=fontface value="Helvetica">
    
    <!-- default font style (0 = plian, 1 = bold, 2 = italic, 3 = bold and italic) -->
    <param name=fontstyle value="1">
    
    <!-- default font size -->
    <param name=fontsize value="11">
    
    <!-- background color: RED GREEN BLUE -->
    <param name=bgcolor value="220 220 180">
    
    <!-- foreground color: RED GREEN BLUE -->
    <param name=fgcolor value="0 0 0">
    
    <!-- highlight color: RED GREEN BLUE -->
    <param name=highcolor value="255 0 0">
    
    <!-- background image filename or "none" -->
    <param name=bgimage value="scrollupbg.gif">
    
    <!-- background image will be drawn last (0 = no, 1 = yes) -->
    <param name=bgimagetop value="1">
    
    <!-- scroll delay for speed control in milliseconds -->
    <param name=delay value="50">
    
    <!-- scroll step in pixels -->
    <param name=step value="2">
    
    <!-- border control: BORDERWIDTH|R G B|STYLE -->
    <!-- P.S. fill in "out" or "in" for STYLE -->
    <param name=border  value="0|128 128 128|out">
    
    <!-- time to re-open the data file in milliseconds -->
    <!-- if equal to 0, there will be no reloading at all -->
    <!-- if greater than 0, reloading rate is in milliseconds -->
    <!-- if less than 0, reloading will be done at end of file -->
    <param name=refresh value=-1>
    
    <!-- the text file containing your messages -->
    <param name=file value="scrollup.txt">
    
    </applet>
    
    

    Configuration: config.html
    scrollup.txt

    Status: Free with status bar message
    User License (without source code) $18
    Programmer license (with source code) $75.

    Author: The J Maker

    Homepage: http://www.thejmaker.com/

    Upload Date: December 21, 2001

    Updated: December 12, 2002

    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.