> How can I set the column width for a JTable?
TableColumnModel tcm = yourTable.getTableColumnModel();
TableColumn yourColumn = tcm.getColumn(yourColumnIndex);
yourColumn.setPreferredWidth(yourPreferredWidth);
<http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#width>
> 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.
<http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JTable.html#setRowHeight(int)>

Signature
Regards,
Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \