Active « JFrame « Java Swing Q&A





1. Only one active new jframe    stackoverflow.com

need help, i am ' very ' newbie bout java.. I have two forms : f_main and f_recruitment. I put a label in f_main with code :

....
private void jLabel2MouseClicked(java.awt.event.MouseEvent evt) {  ...

2. Get Any/All Active JFrames in Java Application?    stackoverflow.com

If there any way from within a Java application to access in some list all of the currently open/active (I'm not sure the terminology here: JFrames that are visible on screen)? ...

4. How to find the active Window in Swing?    java-forums.org

Hi all! I have an RCP plugin (which will be plugged into any RCP app) and the aim is to get the screenshot of the RCP app. So actually now what i make is, the plugin adds a new menu item to application and whenever the menu item is clicked the pluginForm opens (a form to take and manipulate the screenshots) ...

5. find the active Window in Swing?    forums.oracle.com

Hi all! I have an RCP plugin (which will be plugged into any RCP app) and the aim is to get the screenshot of the RCP app. So actually now what i make is, the plugin adds a new menu item to application and whenever the menu item is clicked the pluginForm opens (a form to take and manipulate the screenshots) ...