JavaRanch » Java Forums »
Java »
Swing / AWT / SWT
| Author |
problem with reverse tabbing
|
John Neel
Greenhorn
Joined: Jul 20, 2004
Posts: 6
|
|
Hi Please have a look at the following code. The focus is shifted from component to component well, when we do tabbing. But when we do reverse tabbing, the focus is not maintained properly. Please advise me how to resolve this. Thanks and Regards, Janardan
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
I'm using j2se 1.5, commented out all the setNextFocusableComponent calls and changed the show to setVisible and your code compiled and ran okay. The reverse tabbing worked well this way. Check the JComponent api Method Detail for getNextFocusableComponent. It is deprecated as of j2se 1.4. If your api doesn't have the link to the new focus system page, here it is: How to use the Focus SubSystem.
|
 |
 |
|
|
subject: problem with reverse tabbing
|
|
|
|