Posted By:
Geetha_Srinidhi
Posted On:
Thursday, July 26, 2001 02:30 AM
I'm reading data available from a log file, and displaying the same in a JTable. One of the fields in the log file - the Event Description fields is of varying length. Is there any method of word-wrapping this, and adjusting the row sixe automatically while displaying it in the JTable ? Can I use a JTextArea with JScrollPane as column editor? How ?