I searched and was unable to find an answer to my problem. I am creating a breakout game in Java. Every time I run the applet, it flickers. It didn't used to flicker, and I don't remember the exact step where I made it flicker.
Here is my code: http://pastebin.com/7jCgKdZp
I am already using double buffered graphics for everything, and I though that this was supposed to alleviate this flickering problem. Am I just doing too much per frame? Would playing with the timer to make the framerate lower solve this problem?
Many thanks.