Contents

Annoucements Java Applet

As you can see above the Annoucements Java Applet simply displays a scrolling message along with a GIF image in the background.

You can use this applet in your html web pages by simply using the following HTML code:
<APPLET CODE="Announcements.class" WIDTH=550 HEIGHT=50>
<PARAM NAME="MESSAGE" VALUE="YOUR MESSAGE HERE">
</APPLET>

For the background image to work you must have a GIF file with the name Announcements_Background.gif in the same directory as the class file.

You are given my permission to use this java applet for any use, commercial or non-commercial, for free as long as you provide the following information on your website:

<TABLE ALIGN=CENTER WIDTH="90%">
The "Annoucements" scrolling java applet was written by <A HREF="http://rodney.iscool.net">Rodney Beede</A>.
</TABLE>

Click here to download the Announcements.class file.


Rodney Beede � 2000