JCollapsablePanel

JCollapsablePanel implements a panel with a header which hides its content when the header is clicked upon.


Field: contentPanel [JPanel]

contentPanel is used as a container for all added components


Field: hidden [boolean]

hidden is storing the visibility state of the contentPanel container


Field: head [JLabel]

head is used as the header displayed at the top


Field: observable [Observable]

---


Field: gbc [GridBagConstraints]

---