Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JTable keyboard focus - how does it work

843805Apr 23 2007 — edited Apr 24 2007
Hi,

I'm implementing a component that needs tab focus similar to how the JTable works, i.e. when you tab into the component, you tab about sub components, but they aren't swing sub components, just bits of text in an uneditable JTextPane. Question is, how does the JTable do it? Implementing a FocusTraversalPolicy won't work because they don't have sub-components.

thanks,
J
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2007
Added on Apr 23 2007
4 comments
96 views