I want to have a JPanel which uses an image as a background, with this I want to add new panels to this panels so that they sit on top of this background image. I have tried th
You didn't add OverlayedPanel1 to the panel.
OverlayedPanel1
add(OverlayedPanel1);