Join Slack
Powered by
The difference between `Parent` and `Scene` is: `P...
# tornadofx
h
hastebrot
02/10/2017, 6:32 PM
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
.
Open in Slack
Previous
Next