Link to home
Start Free TrialLog in
Avatar of kerzner
kerznerFlag for United States of America

asked on

Tab order in the internal JPanel

Hello, experts,

I have a JPanel inside of my JFrame, and I am setting tabbing order for it. I have done the regular FocusTraversalPolicy operations which always work in the main container. However, for the internal one, it is not used nor called in the debugger.

Anything I could be missing?

Thank you.
Avatar of sciuriware
sciuriware

You mean Z-order!

;JOOP!
Look in the JAVADOC for
JPanel.getComponentZOrder(Component k);
and
JPanel.setComponentZOrder(Component k);

;JOOP!
Avatar of kerzner

ASKER

No, I mean tab order of components in one screen
ASKER CERTIFIED SOLUTION
Avatar of sciuriware
sciuriware

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kerzner

ASKER

I am sorry, do you know what we are talking about?