JavaBean Demo - Shows how to make and use a Marquee Java Bean

Marquee.java is a Java Bean that displays a scrolling set of messages.  View the manifest file for the Marquee Java Bean. 

To run a Java Bean (or to create a runnable jar file), add BeanApp.java (which is both an Applet and a stand-alone Java program).  This program could be modified to read some PARAM tag to set the scrolling message and other properties of the Bean.  The current version requires BeanBox to modify the Bean's properties.