GUI Forms in inner classes
Peter Nabbefeld <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
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