When I hava a label bound to a property such as la...
# tornadofx
d
When I hava a label bound to a property such as label(model.name) it is simply changed when my model changes. But how would I deal with the problem when I constuct a text of multiple variables such as label(mode.firstName.value +” ” + modelLastName.value) as a best practice?