JTable with a variable row height

From: Eric (eric.fingerhut_at_verizon.net)
Date: 10/25/03


Date: Sat, 25 Oct 2003 01:41:46 GMT

I have two related problems:

1) I have a table that needs to have a row height that must vary by the
amount of data in that row. I know there is a setRowHeight method, but I'm
not sure how to know the amount of data in any given row in my model.

2) My data in that row is separated by a newline charachter, yet the row
doesn't seem to recognize it.

Any ideas much appreciated,
Eric