JPanel with background image, with other panels overlayed

前端 未结 1 794
渐次进展
渐次进展 2021-01-21 09:51

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

相关标签:
1条回答
  • 2021-01-21 10:39

    You didn't add OverlayedPanel1 to the panel.

    add(OverlayedPanel1);
    
    0 讨论(0)
提交回复
热议问题