The difference between `Parent` and `Scene` is: `P...
# tornadofx
h
The difference between
Parent
and
Scene
is:
Parent
has no
width
field. The actual node we use as `Parent`/`root` is often a `Pane`/`Region` which has a
width
field, but we first have to explicitly cast
Parent
to
Region
.