Use Enter Key Act Like Tab Key on jTable
问题 I'm stuck from 2 days in my project i cant implement how to make the ENTER KEY act like TAB KEY i tried key listener but the ENTER KEY have a default feature for JTable so it's not working it's keep moving down. I google it discovered that i need to use key binding but i'm unable to implement it. Can anyone give me a full coded example of this on a JTable ??? Please need you help. Thanks in advance 回答1: The basic twist would be to use the key bindings API, which will allow you to override, in