Sets the height for row
to rowHeight
,
revalidates, and repaints. The height of the cells in this row
will be equal to the row height minus the row margin.
row | the row whose height is being changed | |
rowHeight | new row height, in pixels |
IllegalArgumentException | if rowHeight is
less than 1 |
@beaninfo
bound: true
description: The height in pixels of the cells in row
Diagram: JTable