I'm writing a quick java applet and I need to put an image in it instead of just drawing shapes and lines. I have all the images in a subdirectory "images". They're all GIF files.
How can I output an image to the applet at (x,y) in the simplest way possible?
How can I output an image to the applet at (x,y) in the simplest way possible?
