Rated Top 25% WebApplet by JARSSimpletext Java Applet Rated Top 25% WebApplet by JARS

I have been looking for this very applet for the past 3 monthes. And necessity being the mother of invention. I wrote it.

I had a problem using my home page at work. I needed to have an area that would be updated on the fly that didn't require modification of the HTML. I needed to be able to open an external text file.

All of the solutions that I had found were animation based. They each had three problems

  1. They were slow to load and launch (users would stop the loading just to get to the links quicker, meaning that information wasn't being read).
  2. They displayed information slowly (often 20+ seconds to read all the scrolling text)
  3. They animations were distracting to have running all the time. I had users creating private home pages with just the links so they wouldn't look at the animation.

Clearly there had to be a better way to provide information. An applet that loaded quickly, provided information in an easy and quick to read fashion. An applet without animation, and provided some flexibility of design.

This is that Applet.

It can be customized in the following ways

1. It cleanly fits the applet space as specified in the width and height tags.

2. You can point to an external text file to load in

3. You can change the font and the font size.

Thats it. Blinding simplicity and extreme usefulness. Too bad this wasn't done before.

Source and Class File

How to use it...