If you change `val name: String` to `var name: Str...
# tornadofx
e
If you change
val name: String
to
var name: String
it should work.