About TableLayout

The tableLayout component is a layout element for arranging a series of rowLayout components in a table. A table can be horizontally aligned using the options "center", "left", "right", "start", or "end". You can also set the spacing between cells in a table, the padding within cells, and the width of the border around each cell.

Table with 3 rows 3 columns, columnspan in 2nd and 3rd rows


About RowLayout
About CellFormat

Inserting a Table Using TableLayout and RowLayout
Inserting a Child Component in a RowLayout
Working with Layout Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.