There is an example.
The component ResizeableLayoutBox is used for creating a GUI like dockable IDE. It must be used with CollapsablePanel which give us a possibility to expand and collapse panels.
Current realization of the component supports either a vertical (Accordion way) positioning or a horizontal one. Size of the panel can be changed by dragging it’s header by the mouse. While resizing such properties as minWidth, maxWidth, minHeight, maxHeight are considered.
Classes are located in Go!Verla Library.
