Click here to return to Newclient Main Help Page


Back


Last Updated: February 25, 1998

LED Sign V2.7

  1. Example
  2. Installation
  3. Documentation


Example of LED Sign

  • [You will need a Java capable browser to view this applet]


Installation

To install the Java LED Sign onto your Virtual Server, you will need to telnet or SSH 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/LEDSign.tar

The HTML source below represents the applet definition for the LED Sign.


        
        
        
        

<applet codebase="/Java/LEDSign/LED" code="LED.class" width=462 height=34 align=center> <param name="script" value="/Java/LEDSign/scripts/Demo.led"> <param name="border" value="2"> <param name="bordercolor" value="100,130,130"> <param name="spacewidth" value="2"> <param name="wth" value="150"> <param name="ht" value="7"> <param name="font" value="/Java/LEDSign/fonts/tiny.font"> <param name="ledsize" value="2"> </applet>

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

http://java.sun.com


Documentation

Bundled with the LED Sign tar file is a complete set of HTML documentation. This documentation will accessible on your own server by using the following URL:

http://www.[domain name]/Java/LEDSign/WWW/LED.html

where [domain name] is your domain name.

 


top


bd