Is there some way to set focus on a JTable Cell?
Hi,I have used JDK6 with a JTable that has some cells not-editabled and others editable.Then, when the user types TAB key, I would like to change to next editabled cell, jumping out the not-editables. Is there a way to do this?Thanks