I want to traverse horizontally through a JTable, when pressing enter. I’ve tried with JTable.changeSelection but it doesnt seem to work. Any ideas how to change the traversal behavior?
I want to traverse horizontally through a JTable, when pressing enter. I’ve tried with
Share
Read up on Key Bindings. You would want to “share an Action with a different KeyStroke“