When using a bufferstrategy, does it make sense to turn off the double buffering of the used JFrame?
For example by using this piece of code…
RepaintManager.currentManager(this).setDoubleBufferingEnabled(false);
Or turning it off on the rootpane…