java - How do I do double buffering in Java2D? -
I'm pulling a bunch of archives using Java 2D on the screen and I'm getting torn / flicker .
How can I enable / use double-buffering so that it pulls the screen and then shows the whole thing?
Check out this tutorial about double buffering:
Comments
Post a Comment