Hi there,

How come you cant do this in a class that extends Panel:

Image image = createImage( 20, 30);
Graphics g = image.getGraphics();

The last line throws a NullPointerException at runtime. Do the Panel need to implement something ???

Soren Staun Jorgensen
CADeye