The reason for this is that `SimpleIntegerProperty...
# tornadofx
e
The reason for this is that
SimpleIntegerProperty
extends
Property<Number>
, not
Property<Integer>
as you might expect.