Test Page for the TimedLineApplet

This applet accepts a list of LINE commands and processes them one at a time, waiting some number of milliseconds after each one. The scroll bar at the right can be used to control the delay.
Here's a sample sequence:
LINE 50 50 500 50
LINE 50 100 500 100
LINE 50 150 500 150
LINE 50 50 500 250

The source:
TimedLineApplet.java
TimedLineCanvas.java
Valuator.java