Hello eveybody
I have done double buffering in
applets but i want to use the technique in an application. When i call getGraphics() on the image it creates a nullPointerException, despite having used createImage(width, height) to create an offscreen image. Is it possible to use this method in an application, if so how?
thanks