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
[261 byte] By [Edilmar_Alvesa] at [2007-11-26 17:57:52]
# 1
check out this thread: http://forum.java.sun.com/thread.jspa?forumID=57&threadID=509913Theoretically you could modify the FocusTraversalPolicy but I've never done that.Message was edited by: Jaspre
Jasprea at 2007-7-9 5:11:05 > top of Java-index,Desktop,Core GUI APIs...