This assignment was to scroll text upwards. To make my life more difficult I added a parsing routine to separate the message at a space into individual lines to ensure that nothing bleeds off the right margin.

Also thought that this sort of applet would be ideal for the <param> tag, so the scroll speed, the point size and the message itself are called by the html code rather than hardcoded into the compiled class.

Download the source code here