Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

repaint() looks choppy in my animation

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.
[372 byte] By [Kurasu] at [2007-11-11 7:54:38]
# 1 Re: repaint() looks choppy in my animation
double buffering ( http://javaboutique.internet.com/tutorials/Step/Chapter4/DoubleBuffering.html)
Phaelax at 2007-11-11 22:37:00 >