JSpinner Focus Issues
843805Nov 22 2006 — edited Nov 22 2006Hi,
I am working on this swing screen where i have multiple components like textboxes ,combos,and some spinners(JSpinners)
Problem is that i have lost the default focus traversal policy as some components were deleted and some added.
To reslove this i wrote a custom FocusTraversal policy which is woking fine .
Only issues is when i tab form a text box to a JSpinner cursor does not appear inside it .But if i tab again cursor moves inside next component.
(Jspinner is enabled)
Can some one suggest how to do that ?