How can I divide the layout builder into methods? ...
# tornadofx
m
How can I divide the layout builder into methods? Let's say I have a
createLabel()
method, and I am doing
root = vbox { style {/**/} createLabel() }
That doesn't add the label, what am I doing wrong?