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:/

