You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hi! I just looked at the code and you do:

     g.drawImage(....
        }
      g.clear();
    

    So it's drawing the image, but then g.clear() clears the screen right after!

About

Avatar for Gordon @Gordon started