Also, if the constructor param is a double it crea...
# tornadofx
r
Also, if the constructor param is a double it creates
SimpleObjectProperty<Double>
instead of
SimpleDoubleProperty
, though int, long, float, and boolean seems to work fine.