You can do this just below the last vbox. Then `ch...
# tornadofx
e
You can do this just below the last vbox. Then
children
will be the list of vboxes, and you don't need init, with(root) and val tp. You also don't need parenthesis before the block in the forEach. You might also do `with(it as VBox) { setAttributesHere() }. How it can set the dropshadow on the label I can't even understand, since you explicitly set it on the vbox. I also tried this with "my" syntax earlier and it worked with exactly the same visual result.