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

add support of property overloading #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
add support of property overloading on setter

for example on JSplitPane are present 2 properties with same name
setDividerLocation( int )
setDividerLocation( double )

actually only setDividerLocation( int ) is recognized

Original issue reported on code.google.com by bartolom...@gmail.com on 3 Dec 2010 at 9:14

GoogleCodeExporter commented 9 years ago
available on release 2.5-20101204

Original comment by bartolom...@gmail.com on 4 Dec 2010 at 2:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I tried to run "SIMPLE LOGIN DIALOG" example, but javac did not find 
"renderDialog" method in SwingApplication class, what goes against 2.1 Release 
Note.

Original comment by andrzej....@metrolan.pl on 4 Dec 2010 at 6:21

GoogleCodeExporter commented 9 years ago
hi, thx for interest 

Actually i'm working on 2.5.x codeline. Starting from release 2.5-SNAPSHOT the 
renderDialog method has been first deprecated and then removed ... and now 
there is just a render method for all kind of component 
[http://code.google.com/p/swixml2/wiki/newApplication see example]

i suggest you to use the 
[http://code.google.com/p/swixml2/downloads/detail?name=swixml-2.5-20101204-dist
ribution.zip last distribution]  

Original comment by bartolom...@gmail.com on 5 Dec 2010 at 12:22

GoogleCodeExporter commented 9 years ago
Thank you very much for your help.

Original comment by andrzej....@metrolan.pl on 5 Dec 2010 at 1:42