Can you find out where the focus has gone within a components focusLost()
listener ?
I can do this with SwingUtilities.findFocusOwner() BUT, you need to put this
in a seperate thread with a delay to let the focus get to the next component
in time.
Obviously this leads to very dodgey code.
nextFocusableComponent does not seem to work either ?
Any other idea's ?
Rich
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own