Re: Is Netbeans GUI designer fully made-up of Swing components?

Wade Chandler <[email protected]> Mon, 31 Dec 2007 04:29:12 -0800 (PST)
Newsgroups gmane.comp.java.netbeans.user-interface
Message-ID <[email protected]>
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.