I've created a stand-alone java desktop application in Netbeans 6.9. I want to set the action for the close button of my application. I want to know how and where to set the code for the action of that close button. Can anyone please help me regarding this?
-Thanks in advance
|
| |||||
feedback
|
|
You have to register an ActionListener on your close button. In this listener you can define what do to. | |||
feedback
|
|
I think answers for How to close a java swing application from the code will be helpful too | |||
|
feedback
|
|
Right-click on the button then, Edit: If you want a close listener, then read here. | |||||||||
feedback
|
|
Once you have the handler working, one convenient approach is to "set the default button by invoking the | |||
|
feedback
|