Multiple Line Vertical Scroller Applet Documentation

Version 1.1 release (03 September 98)

©Copyright George Eleftheriou 1998


Contents


License Agreement

You may use this program free of charge only for Non Commercial purposes. Please read the license agreement for non commercial sites. If your site is commercial you need to purchase a license. Please read the license agreement for commercial sites.

Applet Overview

Vertical Scroller Applet is a small and fast loading applet that scrolls multiple lines of text together. Text automatically wraps at borders. You can specify FontSize, FontName, FontStyle, Applet size, Background, Foreground, border color and of course the scrolling text.

Applet files

Applet Parameters
Explanation of Applet Tags

Each applet is characterised by a pair of tags: "<applet>" and "</applet>". The applet must be contained in the body section of the html document. The applet tag must at least specify the "CODE", "WIDTH", and "HEIGHT" modifieres. In addition it can have other modifiers like "CODEBASE" and parameters. For example

<APPLET CODE="MyApplet.class" CODEBASE="." WIDTH="100" HEIGHT="100">

<PARAM NAME="FileName" VALUE="message.txt">

Your browser doesn't support Java or Java is not enabled.

</APPLET>

Other things to note: Class names are case sensitive. "MyApplet.class" is different from "MyAPPLET.class". Class files are binary files and should be uploaded in binary mode. The applet tags can be written in lower or uppercase characters. CODE is the same as code or Code.

Examples

The best way of learning how applets work is to see at the examples and play with the values of parameters.

Browser compatibilty

This applet works with all major browsers. It has been tested with Netscape Navigator 3.04, Netscape Communicator 4.04 and Internet Explorer 4.

Future Enhancements

The ability to have different styles for each message.

©Copyright 1998 by George Eleftheriou