JTable questions

From: Gil (brightoceanlight_at_hotmail.com)
Date: 01/27/05


Date: 27 Jan 2005 04:11:32 -0800

How can I set the column width for a JTable?

Is there a way to set the row height for all rows in a table?
Currently, I'm using setRowHeight(row, height) but you have to call it
for every row.