Posts by Eduardo • 1 point
1 post
-
0
votes3
answers3039
viewsA: How to make a decision structure to close a window?
I decided to change in its last line of code the part "DISPOSE_ON_CLOSE" for "DO_NOTHING_ON_CLOSE" being like this: setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);…