It looks (to me) like your paint() method will throw a NullPointerException on the first line because the "offscreenImage" object is never initialized. A method-local variable with the same name is initialized in the init() method...but that won't help, since that variable is never referenced.
I'm surprised you aren't seeing the exeption in the console...
C
-- ------------------------------------------------------------------------- Chris Merrill | http://www.webperformanceinc.com Web Performance Inc. | http://www.webperformancemonitoring.net
Website Load Testing, Stress Testing, and Performance Monitoring Software -------------------------------------------------------------------------
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
