
This example implements a slightly more complex user interface, thus
combining the programming steps from both of the previous examples.
The superordinate window container is split into several areas including
sash areas. Different components (such as labels, input fields, dropdown boxes,
tabs, and radio buttons) are then added to these areas. This example also shows
you how to group several components together.
For the appropriate source code, refer to the file ComplexPaneTab.class or
simply click here.