component on a background image
Hello
I would like to know how to display a JComponent in a JApplet.
I created the button and added it in the JApplet. I overrided the paint method, and I am using an image as a background.
The background is displayed on top of the component, which makes it invisible.
Is there a way of displaying the component on top of the background image?
Regards

