Multi-line cells in a JTable
843804Mar 8 2004 — edited Oct 11 2004Hi, I currently have a JTable set so that one column contains JTextArea editors. Everything works fine, except when the user enters text into the cell and it goes beyond the column width, it isn't wrapped onto the next line unless the cell loses focus. Can anyone explain to me what I need to do to fix this problem? Thanks.