JTable wrap text
843805Sep 17 2005 — edited Sep 18 2005How do I display multline text in a JTable column.
I increased the size of the rows. and for a specific column I am concatanating string values from a database and displaying them.
return str1+"\n"+str2+"\n"+str3;
But the data is displayed as one single row of information.
Please help
Regards