I am having multiple InternalFrames (JIF) added to a desktop manager. How do I know which one has the focus at the moment?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Ha..I didnt see that earlier while searching the docs, pretty simple question. JDesktopPane.getSelectedFrame()

link|improve this answer
@azlam...good job:) – Suraj Chandran Nov 15 '09 at 6:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.