Forcing focus on a JInternalFrame
Hi all,
I have a JFrame, which has a JInternalFrame inside, what i want to do is basically force the focus to the internal frame. It has the same concept as a JDialog, where you cant have focus anywhere until the window is closed.
I think there's a window listener which can detect if a window has lost focus. However i do not know how to "focus" on the internal frame. Any suggestions?
Thanks.

