/ Published in: Groovy
![](/img/icon_sav.png?v3)
close a JFrame window the same way as when the user clicks on the X close window button
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// e.g. close a JFrame window the same way as when the user clicks on the X close window button. java.awt.event.WindowEvent wev = new java.awt.event.WindowEvent(aWindow, java.awt.event.WindowEvent.WINDOW_CLOSING); }
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)