Can someone help me with drawing a picture on the screen with Swing? and also where to put my picture. :) thx for any help
Printable View
Can someone help me with drawing a picture on the screen with Swing? and also where to put my picture. :) thx for any help
I assume you've read the performing custom painting with Swing tutorial. If not, that's where I'd start if I were you. Then please come on back and show us what you've tried.
Or, if you wish to not do custom painting, let a Swing Component do it for you by using an ImageIcon:
How to Use Icons (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)