Re: GUI Forms in inner classes
Tomas Pavek <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Form editor does not allow to create forms as inner classes (more forms in one class). But why not to create separate forms (separate classes instead of innerclasses)? - Tomas Peter Nabbefeld wrote: > Hi, > > is it possible to create an inner class gui form? I want to create a > JPanel form with some dialogs. While it is possible to create the > dialogs in the "other components" folder, they're declared at the same > class level, mixing field declarations, methods etc. Therefore i'd > prefer to put every dialog into an inner class, but it seems i can only > choose either to use the form editor or the inner class approach, not > both together. Didn't i just find the important issues? Are there future > plans for this? > > Kind regards > > Peter Nabbefeld > >