| Author |
Tabbing bewteen textfields
|
Michael Bell
Greenhorn
Joined: Dec 05, 2005
Posts: 19
|
|
I have a JPanel containing text fields. By default when the tab key is pressed traversal is horizontal rows and then columns. I wish to go down the column first. Can this be done simply or must I do public class MyOwnFocusTraversalPolicy extends FocusTraversalPolicy { .....
|
 |
Anand Loni
Ranch Hand
Joined: Jan 20, 2006
Posts: 150
|
|
hi, Default tab-order is according to the components added to JPanel. First try to add components as they are in tab-order. If that doesnot work then implement your own tab-order policy. Regards..
|
~ Anand,
SCJP 1.5
SCWCD 1.5
|
 |
 |
|
|
subject: Tabbing bewteen textfields
|
|
|