Anyone know how to make a column invisible in a JTable? I have tried setting
the width of the column to 0, but it still shows up with elipses (...) in
the column and hence a nominal width.
Anyone ev er encountered this? Thanks, Ike
Eric Sosman - 20 Aug 2003 20:57 GMT
> Anyone know how to make a column invisible in a JTable? I have tried setting
> the width of the column to 0, but it still shows up with elipses (...) in
> the column and hence a nominal width.
removeColumn() seems a good bet.

Signature
Eric.Sosman@sun.com