-
|
Question - not sure if there is a way to specify which overloaded method to use or if this needs to be a change in UILoader So jSplitPane has two methods to set the divider location If I specify a double in the markup UiLoader calls the int version which fails. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
We could add custom logic to |
Beta Was this translation helpful? Give feedback.
BeanAdapterdoesn't support overloaded setters - it only uses the setter with the same type as the getter. So this is a case where the value would have to be set programmatically.We could add custom logic to
UILoaderto support this particular case, but I don't think it's worth it.