public void setRowHeight (int row, int rowHeight)

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.

Parameters:
row    the row whose height is being changed
rowHeight    new row height, in pixels

Exceptions:
IllegalArgumentException    if rowHeight is less than 1

Since:  1.3

@beaninfo bound: true description: The height in pixels of the cells in row