| Issue 61: | add support of property overloading | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Dec 4, 2010
Project Member
#1
bartolom...@gmail.com
Status:
Fixed
Dec 4, 2010
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.
Dec 5, 2010
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 [https://code.google.com/p/swixml2/wiki/newApplication see example] i suggest you to use the [https://code.google.com/p/swixml2/downloads/detail?name=swixml-2.5-20101204-distribution.zip last distribution]
Dec 5, 2010
Thank you very much for your help. |