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

introduce a cpnvention to search swixml resource #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in order to avoid to pass resource parameter to render method, we introduce the 
the following 
convention

the resource of class a.b.c.ClassName will be loaded from a/b/c/ClassName.xml 
resource

Original issue reported on code.google.com by bartolom...@gmail.com on 14 Apr 2010 at 12:28

GoogleCodeExporter commented 9 years ago
add new method
 SwingApplication.render ( <? extends Container> container ) 

Original comment by bartolom...@gmail.com on 14 Apr 2010 at 12:41