Cell Wrap « JTable « Java Swing Q&A





1. JTable column cell word wrapping    coderanch.com

Is there any way we can set width for individual column and let wrodings for this column just wrap to the next line ? i.e. increase the height of this column automatically without changing the width. I don't want the cell width to automatically expand to fit the longer words, instead I want it to stay fixed length and wrap words ...