{{javascript}}JCollapsablePanel : JPanel
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 head is used as the header displayed at the top hidden is storing the visibility state of the contentPanel container