Re: NetBeans Modules application lifecycle events
Jim Merrell wrote:
> With the Swing App Framework (JSR296) - or when using NetBeans' "Java
> Desktop Appliction" - we have access to several application
> lifecycle methods such as initialize(), startup(), exit(), and
> shutdown().
>
> Do these or similar methods exist when building a desktop application
> using the NetBeans Modules?
Look up docs for ModuleInstall. There is even a wizard for you to create
an instance.