Re: How to override the Netbeans Platform (x) button or the netbeans platform default close operation
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CANtcCs6_mdz3LKh-f=VYt7BMk1swJ0GriovtGDZF1Hb56gP_wg@mail.gmail.com> |
Hi Edi, Thanks for mentioning that. I've found using the module installers to be sufficient for my needs, but it's good to know of other options. All best, steven On Mon, Oct 3, 2016 at 12:28 PM, ortega <[email protected]> wrote: > Hi Steven. > I using the LifecycleManager class. > Override the exit() and saveAll() methods. > > > >