Re: Extract a JPanel out of a form
Wade Chandler <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
--- King Lung Chiu <[email protected]> wrote: > > Howdy, > > I currently have a form with several JPanels and > many other components + > listeners on each of the panels. > > The form's class is starting to get a little too > cluttered, so I'd like to > pull out the panels and put them into their > individual classes. Is there an > easy way to do this? > > I've added pre/post-creation/init code on many > components, so it's best if I > can preserve as much of my existing layout + code as > possible. > > Any suggestions welcome, cheers > > King Please read the list charters before posting. nbui is not for general usage. Use the nbusers mailing list for that. nbui is for the layout and design of the IDE itself. From the charter: "The NetBeans User Interface (UI) mailing list. Recommended for : People interested in the usability of the IDE and helping to improve it - discussions on the graphical appearance of the IDE, its key bindings, workflow issues ... Note this is not a support forum." Thanks, Wade