Java Applet flickers on redraw();
Posted
by Dan
on Stack Overflow
See other posts from Stack Overflow
or by Dan
Published on 2010-05-25T22:55:46Z
Indexed on
2010/05/25
23:01 UTC
Read the original article
Hit count: 108
OK so here's my code: http://www.so.pastebin.com/08ghTkQL
When I press UP, DOWN, LEFT, or RIGHT... the applet redraws itself and positions the new player... sometimes when I do this (pressing buttons), the whole java applet flickers.... how do I stop this?
Thank you.
© Stack Overflow or respective owner