How to have Collapsable/Expandable JPanel in Java Swing

后端 未结 3 1013
我在风中等你
我在风中等你 2021-02-14 03:45

I want a JPanel that can be Collapsed or Expanded when user clicks on a text/icon on its border. I need this type of panel due to space crunch in my application.

I read

3条回答
  •  無奈伤痛
    2021-02-14 04:15

    I think you can use a JSplitPane to tackle your problem. Utilizing the property to set the position of divider judiciously, you can achieve what you want.

提交回复
热议问题