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

[448 byte] By [CathInfoa] at [2007-11-26 19:04:59]
# 1
http://java.sun.com/docs/books/tutorial/uiswing/components/text.html
gimbal2a at 2007-7-9 20:54:40 > top of Java-index,Desktop,Core GUI APIs...
# 2
Here is one way: http://www.javaspecialists.co.za/archive/newsletter.do?issue=106&locale=en_USand here is another: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=5129515
camickra at 2007-7-9 20:54:40 > top of Java-index,Desktop,Core GUI APIs...