• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Putting an Image in a Java Applet

CaptainKahuna

Platinum Member
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?
 
Back
Top