Hi!
I’m using the class FullScreenJFrame from the scroller-demo to draw my game graphics. I also have some JButtons in use. Those buttons are painted over each time I call the render()-method. I tried to call myButton.repaint() but this results in heavy flickering.
Any ideas welcome!
martin