JTable\'s default behavior is changing focus to next cell and I want to force it to move focus to next component (e.g. JTextField) on TAB key pressed. I overrided
default (implemented KeyBinding for JTable) is about next cell and from last cell to first,
KeyBinding
JTable
you can to remove KeyBindings by setting to the null value