The steps for inserting named children into any of the 12 predefined, named areas of borderLayout are the same.
To insert a component in a named area using borderLayout:
The borderLayout node is inserted under the expanded parent node.
Tip: Right-click borderLayout and choose Change Child Visibility to show or hide all named children.
...
<pageLayout>
<!-- Insert borderLayout named child components -->
<contents>
<borderLayout>
<bottom>
<image/>
</bottom>
<innerBottom/>
<innerLeft/>
<innerRight/>
<innerTop/>
<left/>
<right/>
<top/>
</borderLayout>
</contents>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
About BorderLayout and its
Named Children
About
Empty Named Children
Inserting Indexed Children in a
BorderLayout
Working with
Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.