Hi Hardc0d3r, hardc0d3r <[EMAIL PROTECTED]> wrote on 07/21/2008 03:54:58 AM:
> how do i prevent the flickering? how do i do double buffering from an
> overlay?
Do you have the Swing double buffering turned off for some
reason?
If you do then you should turn it back on:
canvas.setDoubleBuffered(true);
