The functions seem to work okay for the most part,...
# tornadofx
r
The functions seem to work okay for the most part, but number properties break. JavaFX implements
DoubleProperty
and
IntegerProperty
as
Property<Number>
instead of
Property<Double>
and
Property<Integer>
.