|
Handling Two JFrames
Hi,
I have a JFrame with a button on it. I want a second Jframe to appear when the user clicks on the button. Also the first Jframe should be inactive while the second Jframe is displayed and it should be re-enabled when the user closes the second Jframe. Second Jframe should be always displayed on top of the first Jframe.
I know how to do this in C#. Can anybody tell me the Java way of doing this? I would appreciate some example code segments as well.
Regards,
Hiranya
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|