Hi,
I am currently learning Java, and I wondered how I can draw to a JFrame using a backbuffer?
At first I thought that I could just create a new instance from "Image", but that's an abstract class. Searching the web only gave me some code samples which were using some "createImage"-function to create an image for the backbuffer, but I can't seem to find that function anywhere

A code sample would be very nice!

I already know C# quite well, so the Java syntax itself isn't a problem.