| Class | Description |
|---|---|
| AbsolutePanel |
This panel allows to 'move' its content from original place
|
| FixedPanel |
This panel places its content based on top-left corner of the window,
the content is 'fixed'
|
| HorizontalPanel |
This panel places its elements in horizontal line
|
| TabbedPanel |
Panel with many tabs
|
| TablePanel |
A simple table container
|
| VerticalPanel |
This panel places its elements in vertical line
|