Java Applets

Digital LED Ticker Tape

Last Updated: February 20, 1996

  1. Example
  2. Installation
  3. Documentation and Source Code


Example of Digital LED Ticker Tape


Installation

To install the Java Digital LED Ticker Tape onto your Virtual Server, you will need to telnet to your Virtual Server and then do the following steps:

  1. cd   (this will put you in your home directory)
  2. tar -xvf /usr/local/contrib/TickerTape.tar

The HTML source below represents the applet definition for the Digital LED Ticker Tape.

  <applet codebase="/Java/TickerTape" code="TickerTape" 
           width=420 height=30 align=absmiddle>
    <param name=speed value=40>
    <param name=ledcolour value=white>
    <param name=backcolour value=black>
    <param name=framecolour value=darkgray>
    <param name=ledoffcolour value=darkgray>
    <param name=framethick value=2>
    <param name=ledsize value=1>
    <param name=ledtype value=0>
    <param name=file value="blurb.txt">
  </applet>

If you are unfamiliar with JAVA, or would like to learn more about JAVA(tm): Programming for the Internet, the following URL is an excellent resource:

http://java.sun.com


Documentation and Source Code

Documentation

More information about the Digital LED Ticker Tape can be obtained at the following URL:
(The URL below was known to be valid as of November 1, 1996)

http://www.conveyor.com/ticker-tape.html
 

Source Code

TickerTape.java
TickerFont.java
ISO8859.java (stubs only)
 


Copyright © 1996, Last Modified: 4 November 1996 A Little Technology Shoppe. All rights reserved. All brand names and product names used on these web pages are trademarks, or trade names of their respective holders.