NewsFlash



Display the latest news with this customizable applet that reads from a text file. Easy to set up and configure!

How To Use:

  • Download newsflash.zip (8 KB)
  • Unzip with a compression utility.

    Java Source: unavailable

    Sample HTML Source:

    <applet code=newsflash.class width=550 height=25>
    
    <!-- border width -->
    <param name=border value=4>
    
    <!-- font face -->
    <param name=font value=TimesRoman>
    
    <!-- font size -->
    <param name=fontsize value=15>
    
    <!-- text body color: R G B -->
    <param name=textcolor    value="50 50 50">
    
    <!-- text background color: R G B -->
    <param name=textbgcolor  value="200 255 200">
    
    <!-- title color: R G B -->
    <param name=titlecolor   value="255 255 0">
    
    <!-- title background color: R G B -->
    <param name=titlebgcolor value="0 200 0">
    
    <!-- pause between messages in seconds -->
    <param name=pause value=2000>
    
    <!-- format in the data file:   
            line 1: how many messages does the file have?
            line 2 - n: every line has fields separated by "|" 
                        title|text body|URL
         P.S. if there is no URL, fill in "none" --> 
    <param name=file value=flash.txt>
    </applet>
    

    Status: Non-commerical use is free with copyright message attached.

    Author: The J Maker

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

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