Bring JPanel to front of other objects in java (SWING)

前端 未结 7 1959
轮回少年
轮回少年 2021-01-12 10:37

I want to make a loading message when an app processes, so I used a JPanel over a JTree. But when the user clicks on the JPanel, the <

7条回答
  •  庸人自扰
    2021-01-12 10:57

    You need a to use a JLayeredPane for moving components in front of each other.

    Here is a tutorial: How to use Layered Panes

提交回复
热议问题