Trying to make my JTable column width to be auto resized to it's value width.
for example i have a column1 with text "just a test" and i get this result :
|column1|
|-------|
|just ..|
but i need it to be like so:
|column1 |
|-----------|
|just a test|
I've already searched whole JTable library for this one, can't find anything related. Any help?