But don't use the properties, use the getters and ...
# tornadofx
e
But don't use the properties, use the getters and setters. But you're using field wrong. It has a label built in 🙂 Just use
field("label-name") { passwordfield() }
. If we don't already set the label for the input field I'll make sure we do.