My implementation is a bit strange for Java intero...
# tornadofx
r
My implementation is a bit strange for Java interop, in that now getting the name property will be
getNameProperty()
instead of
nameProperty()
. I'm not sure if it's a big deal, but you can just add
fun nameProperty() = namePrperty
to get around it.