| Author |
Close Parent Window When Child Window Closes
|
Brandon Golway
Greenhorn
Joined: Oct 19, 2010
Posts: 23
|
|
First off, I dont mean I want the program to end. What I have setup is a simple game that shows pop-up windows that are either Info or Input windows and I would like to know how to close a child's window when it's child window closes.
So far its like this: Main Input Window launches Attack Input Window which launches an Information window. I want to know how to close the Attack Input window when "ok" is clicked on the Info window.
Heres the code related to it
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
|
You can use the dispose() method of the JFrame to close the window on some action.
|
Mohamed Sanaulla | My Blog
|
 |
Brandon Golway
Greenhorn
Joined: Oct 19, 2010
Posts: 23
|
|
|
I figured it out, thanks!
|
 |
 |
|
|
subject: Close Parent Window When Child Window Closes
|
|
|