Re: How do I remove Button Groups from a gui (gui builder)
Wade Chandler <[email protected]> Wed, 8 Oct 2008 07:58:57 -0700 (PDT)
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Delete them from the UI editor not the code editor. See the navigator window where you can remove them under other components. You can easily change variable names as well. Just right click on a component in either view...UI editor or the Navigator window, or click once on a name in the navigator window and click again but not too fast; double click adds the default event handler. I suggest generally playing around with the UI editor. It is pretty similar to almost all UI editors. Also, most features one expects in an IDE are available in the editor. The help menu has a few secrets for the text editor and some other features in the keyboard shortcuts file (none for the form editor there however). Just a heads up, please notice the notes above the forums before posting. This list is not for general support or help topics. Use nbusers for that. This list is for actually changing the user interface of the IDE or base Platform. nbdev is for the actual development of the project, not those built with it, and [email protected] is for using the NetBeans rich client platform, and thus is similar to nbusers except for using the RCP versus the other IDE features. Wade ================== Wade Chandler, CCE Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member http://www.certified-computer-examiner.com http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam http://www.netbeans.org ----- Original Message ---- > From: Samarions <[email protected]> > To: [email protected] > Sent: Wednesday, October 8, 2008 9:07:07 AM > Subject: [nbui] How do I remove Button Groups from a gui (gui builder) > > > > :working: > > When I first started building my gui, I played around a bit and I didn't > understand how the Button Group-component worked. This resulted in some > trash generated code that I now have in my code. > > Now I don't know how to delete these ButtonGroups. I can't make safe delete > for some reason, although I'm not using them at all. > > I'm also wondering if there's a possibility to give the components in the > code better names than jLabel1 etc.. In the generated code you're not able > to go into the code blocks and put normal //-comments so I'd like to have > something more explaining. > > I'm just learning how the gui builder works and I think it's fantastic. It's > only these code-issues that I have all the time. > -- > View this message in context: > http://www.nabble.com/How-do-I-remove-Button-Groups-from-a-gui-%28gui-builder%29-tp19878277p19878277.html > Sent from the Netbeans - UI mailing list archive at Nabble.com.