And the other question is concerning the model I w...
# tornadofx
d
And the other question is concerning the model I want to boudn to the slider. It wants to have a Double, but since I only need small integer, I want to bind a integer instead of a double. Can I someway cast my property from Integer to Double so that I can pass an Integer Property to slider?