posted 22 years ago
Hi Joy,
some days ago we had a similar post in this forum. Somebody had the problem, that he was not able to catch TAB key event in JTextField. We found out, that we need to call the method setFocusTraversalKeysEnabled(true) to the JTextField.
I think, the same happens to you, because the JTextField is probably your TableCellEditor.
So it seems to me, that you need to writ your own TableCellEditor, where you call the above mentioned method.
Good Luck
Rene