JTable column sizes
iam developing an application using a JTable and i want to make the cell take the width of the text it contains , should i use a table cell renderer and set its size to the length of the text , will this work ,and how about the resizing mode of the JTable should i make it off ?
Best Regards

