Click to See Complete Forum and Search --> : repaint() looks choppy in my animation


Kurasu
02-02-2006, 07:19 AM
Hi, I am relatively new to java.

I am making a side-scroller game in java, along with a few other people. I am animating the character that the user controls, but when it repaints, it looks horrible. I have white lines that show up between frames. I know there must be a way to fix this. If someone could give me some suggestions, it would be greatly appreciated.

Phaelax
02-02-2006, 04:45 PM
double buffering (http://javaboutique.internet.com/tutorials/Step/Chapter4/DoubleBuffering.html)