StringWalk



A sweet little (6kb) news/link ticker.

Author's Notes:
Updated version has parameters for speed, border color, etc.

How To Use:

  • Download StringWalk.zip (9 KB)
  • Unzip with a compression utility.

    Java Source: source.html

    Sample HTML Source:

       <applet code="StringWalk.class" width=400 height=25>
       <param name="delay"     value="10">
    
       <param name="fontface"  value="Times Roman">
       <param name="fontstyle" value="plain">
       <param name="fontsize"  value="12">
    
       <param name="bgcolor"   value="255,255,255">
       <param name="fgcolor"   value="000,000,000">
       <param name="accolor"   value="255,000,000">
       <param name="bdcolor"   value="150,150,150">
    
    <param name="caption0"  
    		value="JavaBoutique - Your home for applets and more!">
    	<param name="url0"      
    		value="http://javaboutique.com">
    	<param name="target0"   value="_blank">
    	
    	<param name="caption1"  
    		value="Web Developers Virtual Library - 
    		WDVL is a free encyclopedia of web design 
    		and domain name tutorials and resources.">
    	<param name="url1"      
    		value="http://wdvl.com">
    	<param name="target1"   value="_blank">
    	
    	<param name="caption2"  
    		value="internet.com - 
    		real-time internet news and resources">
    	<param name="url2"      
    		value="http://internet.com">
    	<param name="target2"   value="_blank">
    </applet>
    
    

    Status: Free

    Author: Bryan Harianto

    Homepage: http://www.geocities.com/bharianto/StringWalk/StringWalk.html

    Upload Date: November 20, 2001

    Updated: April 11, 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.