You know you can use tab to move to the right, right? Most applications that have grids like that use enter to move down and tab to move right. Shift-tab and Shift-enter reverse their directions. I've never tried to change the focus traversal of a JTable, but this looks like a good place to start: http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html