<@U1M6Y2Y95> the `+=` thing works for nodes also, ...
# tornadofx
e
@bodiam the
+=
thing works for nodes also, so you could say
this += inputView.root
, but there is an overloaded version that takes a View, that's why
this += inputView
works as well.