JTable -growable

want to caretae a JTable and when i enter it shud generate a new row for every hit of my <ENTER> key.. can anyone pls help me
[138 byte] By [haiprathi@gmail.coma] at [2007-11-27 6:19:46]
# 1
Then you need to create a custom Action for the Enter key.My example in this posting shows the concept of creating Actions and binding the Action to a KeyStroke: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=657819
camickra at 2007-7-12 17:34:40 > top of Java-index,Desktop,Core GUI APIs...