Re: Is Netbeans GUI designer fully made-up of Swing components?
Wade Chandler <[email protected]> Mon, 31 Dec 2007 05:43:09 -0800 (PST)
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
See http://www.netbeans.org where the very first thing you'll see is a bit of text which reads: " The only IDE you need! Runs on Windows, Linux, Mac OS X and Solaris. NetBeans IDE is open-source and free." So, yes, it is open source and available for use. The open source part doesn't matter so much though unless you mean to extend or copy Matisse and try to make some UI designer. The NetBeans RCP/Platform is a set of libraries you can use to build an application faster. If you are interested in that see: http://platform.netbeans.org and join the: [email protected] mailing list. If you are interested in the sources then see: http://www.netbeans.org/community/sources/ 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: baskaraninfo <[email protected]> To: [email protected] Sent: Monday, December 31, 2007 8:38:49 AM Subject: Re: [nbui] Is Netbeans GUI designer fully made-up of Swing components? Thanks, Whether NB library is open source? Can I utilize the extension of Swing components used in the NB libraries? Wade Chandler wrote: > > It's all Swing based. NB has a class TopComponent which is a JComponent > extension (remember JComponent is also a container), but definitely Swing. > Other features, such as the Palette, Action management (menus etc), > Dialogs (NB has ways of making special dialogs so they work in the NB > framework...default buttons etc), are NB libraries. So, in some sense > everything is housed in NB libraries, and this is where the NetBeans RCP > and IDE libraries come into play, but again, it is all Swing through > either an extended kind of a class or the standard ones. For instance, > Matisse (form module) provides its own property editors and component > editors in different situations to provide a better user experience when > designing UIs. > > 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: baskaraninfo <[email protected]> > To: [email protected] > Sent: Monday, December 31, 2007 6:55:51 AM > Subject: [nbui] Is Netbeans GUI designer fully made-up of Swing > components? > > > > Did Netbeans fully developed on Swing components or its own library > component > set? > Especially, using which component set, the Matisse GUI builder was > builded-on? > -- > View this message in context: > > http://www.nabble.com/Is-Netbeans-GUI-designer-fully-made-up-of-Swing-components--tp14556785p14556785.html > Sent from the Netbeans - UI mailing list archive at Nabble.com. > > > > -- View this message in context: http://www.nabble.com/Is-Netbeans-GUI-designer-fully-made-up-of-Swing-components--tp14556785p14557628.html Sent from the Netbeans - UI mailing list archive at Nabble.com.