Issue 42: Extending Swixml2
Status:  WontFix
Owner: ----
Closed:  Apr 2011
Reported by Boneless1213@gmail.com, Jan 3, 2010
Swixml showed easy ways to add your own components, such as it was easy to
just add to the SwingEngine a way to have SwingX components instead of
Swing. If this functionality still exists then it is easy enough to show us
the functionality in an example using SwingApplication. Otherwise it would
be nice to be able to extend the framework to use your own component
extensions(such as they do in swixml) so I would be able to use SwingX.
Jan 3, 2010
Project Member #1 bartolom...@gmail.com
Swixml2 retains all the most important features of swixml , in particular the 
extension model.

Like Swixml also in swixml2 you could add a new component using the following 
statement

SwingTagLibrary.getInstance().registerTag("<tag name>", <component class>);

The call above could be invoked in SwingApplication.initialize method


 
Apr 20, 2011
Project Member #2 bartolom...@gmail.com
(No comment was entered for this change.)
Status: WontFix