JTable has a method called setRowHeight(...), is this what you want?
setRowHeight(int rowHeight)
Sets the height, in pixels, of all cells to rowHeight,
revalidates, and repaints.
Chris
> Friends,
>
[quoted text clipped - 6 lines]
>
> W-
--
Chris Gokey - 03 Jan 2004 04:43 GMT
And of course you have this for an individual row:
void setRowHeight(int row, int rowHeight)
Sets the height for row to rowHeight, revalidates, and repaints.
Chris
<posted & mailed>
> JTable has a method called setRowHeight(...), is this what you want?
>
[quoted text clipped - 16 lines]
>
> --
--