tags:

views:

76

answers:

1

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?

+2  A: 

If you're using Swing, check out the Customizing Focus Traversal section of the Swing tutorial.

Nate
yes...i was using Swing components....thank u....
Nitz