doublebuffering not reducing the flicker
Posted
by fishhead
on Stack Overflow
See other posts from Stack Overflow
or by fishhead
Published on 2010-05-08T13:46:46Z
Indexed on
2010/05/08
14:08 UTC
Read the original article
Hit count: 223
I am drawing an grid-work of objects in a Panel. when I scroll the the panel quickly I get a flicker. I thought that enabling the double buffering may take care of this but what I find is that it does not completely draw everything and I am left with blank sections. could anyone give me suggestions as to what may be happening and how I might correct it.
UPDATE:
I found that I was creating the graphics object with Creategraphics() rather than using the Parameter in the paint method
© Stack Overflow or respective owner