JTable cell traversing while TAB pressing

hi all

i would like to get rid of this feture.

supose my form looks like this:

text_field

table containg dozens of rows

button

so when text field is focused i woild like to press TAB key once to focus on the table and than press it ONLY ONCE to focus on the button.

how to achieve such a behaviour? i tried FocusManager and focusPolicy stuff but without any result:/

[415 byte] By [mortala] at [2007-10-3 3:11:25]
# 1
This posting has some information that should be applicable to a JTable as well: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=609727
camickra at 2007-7-14 21:02:16 > top of Java-index,Desktop,Core GUI APIs...