Top « JInternalFrame « Java Swing Q&A





1. How do I make an JInternalFrame stay always on top inside a JFrame    coderanch.com

hi I am creating an image proceesing application. (check it out at http://tanveer.0catch.com/programming/JPhotoBrush.htm ) I have several JInternal Frames inside the main frame. All but one internal frames will contain images and one JInternalFrame will contain the histogram of the currently selected JInternalFrame containing the image. I want this histogram internal frame to be always on top. This may sound confusing. ...