Posts by Netobass • 33 points
1 post
-
3
votes3
answers3039
viewsQ: How to make a decision structure to close a window?
In the code below, I want you to choose sim the window closes and when choosing não the window remains open. private void formWindowClosing(java.awt.event.WindowEvent evt) { // TODO add your…