Moving Text


YOUR BROWSER
DOES NOT
SUPPORT JAVA!


This cool vertical scroller can be displayed over a background image and is highly configurable.

How To Use:

  • Download moving_text.zip (28 KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <applet
    width=400
    height=300
    code="MovingText.class"
    archive="applet.jar"
    hspace=0 
    vspace=0>
    	<PARAM NAME=font_face VALUE="Dialog">
    	<PARAM NAME=font_size VALUE="14">
    	<PARAM NAME=is_bold VALUE="yes">
    	<PARAM NAME=is_italic VALUE="no">
    	<PARAM NAME=line_space VALUE="2">
    	
    	<PARAM NAME=left_margin VALUE="10">
    	<PARAM NAME=right_margin VALUE="10">
    	
    	<PARAM NAME=background_color VALUE="#EEEECC">
    	<PARAM NAME=background_color_on_mouse_over 
    	  VALUE="#EEEECC">
    	<PARAM NAME=background_image VALUE="cat.jpg">
    	
    	<PARAM NAME=text_color VALUE="#FFFFFF">	
    	<PARAM NAME=text_color_on_mouse_over 
    	  VALUE="#663333">
    	<PARAM NAME=text_shadow VALUE="#000000">	
    	<PARAM NAME=text_shadow_on_mouse_over 
    	  VALUE="#FFCCCC">
    	<PARAM NAME=is_shadow VALUE="yes">
    		
    	<PARAM NAME=border_color VALUE="#CCCC99">
    	<PARAM NAME=border_color_on_mouse_over 
    	  VALUE="#555533">
    	<PARAM NAME=is_border VALUE="yes">
    	<PARAM NAME=border_style VALUE="rectangle">
    	
    	<PARAM NAME=animation_delay VALUE="30">
    	<PARAM NAME=stop_on_mouse_over VALUE="yes">
    	
    	<PARAM NAME=text_file VALUE="text.txt">
    	
    	<PARAM NAME=link 
    	  VALUE="http://www.trimen.pl/witek/en.html">	
    	<p>YOUR BROWSER<br>DOES NOT<br>SUPPORT JAVA!</p>
    </applet>
    
    

    Status: Free for non-commercial use.

    Author: Witek Mozga

    Homepage: http://www.trimen.pl/witek/applet_moving_text/

    Upload Date: December 3, 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.