I am creating a table. Individual Column widths are varying. So is there anyway when row is getting displayed column with is adjusted automatically for changing width? waiting impatiently ...
You need to override getColumnWidth. Here's how I did it. Whenever I call fireTableDataChanged() I make a call to setColumnWidths():
If you want the table to fit its contents you can put some code like this in your table:
[This message has been edited by eric moon (edited November 06, 2001).]
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>"Those who cast the votes decide nothing. Those who count the<BR>votes decide<BR>everything." <BR> -Joseph Stalin<HR></BLOCKQUOTE>