Kevin Göser wrote:
Just another question: I was wondering if it is necessary to do: setDoubleBuffered(true); (from javax.swing.JComponent) as well, in order to have double buffering?
We do our own double buffering, so you don't want Swing's double buffering on top of ours. By default we shut off Swing's I believe.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]