Skip to content

DevFaqMainwindowClosingAction

Antonio Vieiro edited this page Jan 25, 2018 · 1 revision

DevFaqMainwindowClosingAction

How do I change the closing action of the MainWindow?

When you click the close button in the top right corner the application closes. If you want to do something before the application closes (e.g. show a dialog with OK and Cancel options) or prevent it from closing, this is possible.

Make a class in your module that extends org.openide.modules.ModuleInstall. There is a Module Installer template that will create this class for you.

Override the closing method and insert your special logic. If you return false the application will not exit.

Apache Migration Information

The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.

This page was exported from http://wiki.netbeans.org/DevFaqMainwindowClosingAction , that was last modified by NetBeans user Admin on 2009-11-06T15:52:58Z.

NOTE: This document was automatically converted to the AsciiDoc format on 2018-01-26, and needs to be reviewed.

Clone this wiki locally