Running Line Applet is a text scroller. It randomly displays messages from file. You may specify URL to open in browser when user clicks on text in applet. Also applet can reload file when it have been changed. You may customize colors and fonts.
Running Line Applet is a text scroller. It randomly displays messages from file. You may specify URL to open in browser when user clicks on text in applet. Also applet can reload file when it have been changed. You may customize colors and fonts.Applet parameters:Strings* - text file contains messages to displayBackColor - background color (Hex: RRGGBB)TextColorLinkColorBorderColor - color of applet's bordermeBorderColor - color of applet's border when mouse cursor enters applet.Shadow - Top/left drop shadow (True or False)Background - background image's URLFontNameFontSize - font's size (points)FontStyle - 0 - plain, 1 - bold, 2 - italicReloadInterval - reloads the text file every X seconds* - required parameters.