<@U5WPB8H99> You can also do `root.bottom.label()`...
# tornadofx
e
@jschneider You can also do
root.bottom.label()
or
with(root.bottom) { label() }
.