The setMinValue and SetMaxValue accepts an int as argument. This prevents
set a double as min or max value. Actually, the code
setAttribute("maxValue", maxValue, true, true);
setAttribute("minValue", minValue, true, true);
do not care whether it is int or double.
I suggest to change the parameter type from int to java.lang.Number or add
an set of extra methods to accept double as min/max.
Original issue reported on code.google.com by jasonzha...@gmail.com on 16 Sep 2008 at 5:38
Original issue reported on code.google.com by
jasonzha...@gmail.com
on 16 Sep 2008 at 5:38