Re: How can I only close child JFrame without Closing parent FRrame
Posted By:
Sandip_Chitale
Posted On:
Monday, April 9, 2001 12:53 PM
Closing one should not close the other.
Most likely you have some mistake in your code. Look for setVisible(false) in you code and make sure the target JFrame is the correct one.