Double Buffering

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…:wink:

Take a look at some dbl buffering tutorials…