bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

Extending Swixml2 #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by Boneless1213@gmail.com on 3 Jan 2010 at 8:46

GoogleCodeExporter commented 9 years ago
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

Original comment by bartolom...@gmail.com on 3 Jan 2010 at 9:51

GoogleCodeExporter commented 9 years ago

Original comment by bartolom...@gmail.com on 20 Apr 2011 at 10:06