This test page tests the behaviour of resizing an applet at runtime with javascript and prints various tracing messages to the java console.
The Java source and Javascript source are available and free to use, consider them in the public domain.
Desired Behaviour
The Applet should always have the black line border visible around each edge.
Java should be notified of resize automatically.
The applet should redraw correctly after resizing.
The applet should redraw correctly after scrolling.
Redraw flicker should be kept to a minimum during both resizing and scrolling.
Apart from the border, the body of the applet should be a solid colour.