JTable table cells height changes on font changes of text within the cells
843804Mar 21 2002 — edited Oct 20 2004Hello,
I have a JTable that i have configured that listens for font event changes and when the user changes the sizes and the type of fonts, it changes the font and sizes of the text in the JTable. The table header changes fine and the table itself grows larger or smaller. BUT the table cells themselves do not change at all. So if I change my font to be of a large font, the table cell size remains the same and the font is too big to be viewed. Any suggestions?