I\'m trying to implement a custom TableRenderer as described in this tutorial. I\'d like to have the renderer line-wrap each text that is to long for the given cell. The i
You could use a JLabel as a renderer and insert the text into a HTML tag and just add where appropriate
How to use HTML in Swing Components