SimpleIntProperty  
    open class SimpleIntProperty(initialValue: Int, bean: Any? = null, beanName: String? = null) : SimpleProperty<Int> , IntProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<Int>, we can use SimpleIntProperty.