posted 19 years ago
You can't draw it to the JFrame itself (just like the previous poster said), but instead of using JLabel, I would create a custom panel to display the image so I could add components on top of it easily. Then you can set that panel as the content pane of the frame. Below is some code I had that shows how to do this:
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.