How to use JTextArea as Custom Cell Editor?
I have your average table, with many JTextField columns.
But many of those columns contain a LOT of text -- a whole paragraph, for instance. It seems that I should be using a much larger Cell Editor, such as JTextArea.
How do I implement this? Are there samples/example code I could browse? There wasn't anything on Sun's website that I could find (looking at information on Tables, JTextArea, etc.)
Thanks,
Matthew

