| Author |
Disabling modaled JInternalFrame
|
Richard Teston
Ranch Hand
Joined: Feb 12, 2002
Posts: 89
|
|
|
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 to disable the whole frame but i cant, i tried the setEnabled(false) but it dont work. please help urgent thanks in advance.
|
The Code is the Programmer
|
 |
Richard Teston
Ranch Hand
Joined: Feb 12, 2002
Posts: 89
|
|
|
I have this main-screen with buttons to lunch another sub-screen, I 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, and i can even type on its JTextField components..., the point is i want to disable the whole frame (as in no mouse event) but i cant, i tried the setEnabled(false) but it dont work. please help me! thanks in advance.
|
 |
 |
|
|
subject: Disabling modaled JInternalFrame
|
|
|