A component, containing a {@link JPanel}, as well as a caption. By default only the caption is visible. The {@link ExpandingPanel} can then be expandedto reveal the embedded {@link JPanel}.
The embedded panel can be accessed using the {@link #getInnerPanel()} method.
@author Johannes Rössel