I'm not sure why this wouldn't have picked this up.If you step through the source of JComponent and friends you will see that it does its drawing on a _copy_ of the Graphics object it is passed
Modifying the create() methods took care of that. -- O.L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
