I am calling dispose method and also setting setDefaultCloseOperation for the frame.
However, after dispose being called upon, i checked with Dialog.getallwindows() the frame is not actually killed. Is there any alternative way to dispose frame
I am calling dispose method and also setting setDefaultCloseOperation for the frame.
However, after dispose being called upon, i checked with Dialog.getallwindows() the frame is not actually killed. Is there any alternative way to dispose frame