Disable « JInternalFrame « Java Swing Q&A





1. Disabling modaled JInternalFrame    coderanch.com

I have this main-screen with buttons to lunch another sub-screen made the sub-screen set its layered pane to modal and it work fine the main-screen sit behind the sub-screen even though i clicked on it, but the only problem is i can still clicked on the main-screen close minimized and maximized button, i can typed JTextField..., the point is i want ...

2. How to set the jInternalFrame to be disable?    coderanch.com

Hi all, I have created a jFrame including a jDesktopPane and 2 jInternalFrame. The 2 jInternalFrame are named as jInternalFrame1 and jInternalFrame2 and they are placed on the jDesktopPane. Once the project is executed, the jInternalFrame1 is visible, by the way, the jInternalFrame2 will be set to invisible. Then, if i click a button on jInternalFrame1, the jInternalFrame2 is set to ...

3. Disable posibility of vertical resize of JInternalFrame    coderanch.com

@edit: I HAVE JUST NOTICED THAT THERE'S A SIMILAR TOPIC ON THIS FORUM: http://www.coderanch.com/t/432705/Swing-AWT-SWT-JFace/java/disable-only-vertical-resize-JFrame - PLEASE CLOSE/REMOVE MINE OR MERGE TOPICS. --- Hello, I'd like to prevent JInternalFrame from being resized but only in vertical directions - is there any way I can achieve this in "easy way"? Now I'm using ComponentListener to know when JIF is resized (and prevent vertical ...