In java swing main method execution should not be stopped once the JFrame is closed using EXIT_ON_CLOSE or DISPOSE_ON_CLOSE.
Asked
Active
Viewed 9 times
0
-
1Does this answer your question? [Close window - but don't stop program - JAVA](https://stackoverflow.com/questions/23739578/close-window-but-dont-stop-program-java) – Nitin Bisht May 21 '20 at 09:59
-
No, I have only one frame and if I closed it through that close sign then I want the further execution of my main method. Which is not clarified here I guess. – Mihir Shukla May 21 '20 at 11:27