borderLayoutに索引付けされた子を挿入するには、次のようにします。
または
注意: 索引付けされた子はborderLayoutコンテナの中央に連続的にリストされた順序で配置されます。
...
<pageLayout>
<!-- Insert indexed child components -->
<contents>
<borderLayout>
<contents>
<styledText text="Here is some content" />
</contents>
<bottom>
<image/>
</bottom>
<innerBottom/>
<innerLeft/>
<innerRight/>
<innerTop/>
<left/>
<right/>
<top/>
</borderLayout>
</contents>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
borderLayoutを使用した名前付き領域へのコンポーネントの挿入
レイアウト・コンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.