Join Slack
Powered by
The functions seem to work okay for the most part,...
# tornadofx
r
Ruckus
07/12/2016, 9:47 PM
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>
.
4
Views
Open in Slack
Previous
Next