| Issue 42: | Extending Swixml2 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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.
Apr 20, 2011
(No comment was entered for this change.)
Status:
WontFix
|
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