<@U88TVM1FU> a good rule of thumb is if it doesn't...
# tornadofx
a
@spechard a good rule of thumb is if it doesn't show up, use
add
if you're unsure; otherwise, you'll have to use
add
if for example, you have initialized a view node outside of your view or if the component doesn't contain view node as a child type (you'll also see that if you have a grid and wish to add by row, you must do
add({...})
) <-- if TornadoFX has not streamlined it, this is the JavaFX way of adding everything