No need to say `this += vbox` or `this += label("A...
# tornadofx
e
No need to say
this += vbox
or
this += label("Activity")
- just say
vbox
and
label("Activity")
.