JCollapsablePanel implements a panel with a header which hides its content when the header is clicked upon.
contentPanel is used as a container for all added components
hidden is storing the visibility state of the contentPanel container
head is used as the header displayed at the top
---
---