i am devloping on application where i am calling a class on button click which again on JFrame,now i want to close the Jframe from which i am calling another JFrame.
if i say setVisible(false); then first Jframe will not visible but it remains in memory..i don’t want this..can you guide me.if you can pass me some code it will be great…
thanks
Hiral