public class TableLayout extends JPanel
Represents a HTML style table layout
| Constructor and description |
|---|
TableLayout
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
addCell(TableLayoutCell cell)Adds a new cell to the current grid |
|
public int |
getCellpadding() |
|
public int |
nextRowIndex()Creates a new row index for child tr tags |
|
public void |
setCellpadding(int cellpadding) |
Adds a new cell to the current grid
cell - the td componentCreates a new row index for child tr tags
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.