Putting an Image in a Java Applet

CaptainKahuna

Platinum Member
May 19, 2002
2,228
0
0
www.billda.com
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?