JTable keyboard focus - how does it work
843805Apr 23 2007 — edited Apr 24 2007Hi,
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