Set the editing cell of a JTable

Hi,

I have a JTable. When the user press a button a new row added to the table. I want that the first cell of this row start its Editor, so that the user can instantly begin to type something without doubleclicking on the cell.

regards

[254 byte] By [Oleka] at [2007-11-27 10:42:36]
# 1

table.editCellAt(...);

camickra at 2007-7-28 19:19:21 > top of Java-index,Desktop,Core GUI APIs...
# 2

Thank you.

Its sometimes much easier than i guess ;-)

Oleka at 2007-7-28 19:19:21 > top of Java-index,Desktop,Core GUI APIs...