How does one push a JInternalFrame
to the top of all the frames in a JDesktopPane?
Read the JInternalFrame API and follow the link to the Swing tutorial on "How to Use Internal Frames" where you will find a working example of how to "select" the active internal frame.