Re: Configuring module during installation
Dmitry Avtonomov <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAMMjtf_0VnVHtEBNAJ+nzetY5VmZbAjo0EwcvTW_NQYLMsTALw@mail.gmail.com> |
Would that be sufficient to use a module installer (you can create one in the New dialog -> Netbeans Module Development) http://bits.netbeans.org/8.1/javadoc/org-openide-modules/org/openide/modules/ModuleInstall.html And every time the module starts just check if the config is available. If not - request user input. On Jun 2, 2016 04:03, "jandrade" <[email protected]> wrote: > I apologize if this is the wrong place for this question but is it > possible to request user feedback during module installation in order to > configure the module? I'd like to query the user for data during install > time and save that data for later use. > > > > >