How can I double-buffer my game without having to call javax.swing.JApplet.createImage()
? For some reason this method keeps returning null.
Wow dude, first u have to create offscreen buffer-use simple bufferedimage’s constructor…
Take a look at some dbl buffering tutorials…