Grouping Widgets


Once you have got to grips with laying out your widgets, it is possible to group them together.
Each of these groups is treated like an individual widget.
When you START the group, you place it in a cell in your layout.
Then, when you place widgets inside the group, you start a new grid.
After you STOP the group, you go back to your previous grid layout.
Three main styles are currently supported:

LabelFrame


Will put a border around the widgets, with a title

LabelFrame

NoteBook


Will create a tabbed interface, with a number of pages

NoteBook

PanedWindow


Will create a split view, with draggable panes

SubWindow


Allows the creation of additional windows. The window is hidden until .showSubWindow(title) is called.