I want to maintain the tab index. [ which we have in .NET ].
But i want this is on my Java application.
So is their properties or method to do that?
views:
76answers:
1
+2
A:
If you're using Swing, check out the Customizing Focus Traversal section of the Swing tutorial.
Nate
2010-05-10 12:52:06
yes...i was using Swing components....thank u....
Nitz
2010-05-10 12:58:39