The `App` class also have a `scope` variable. This...
# tornadofx
e
The
App
class also have a
scope
variable. This should be set in
init
or in
start()
if you override that, but before
super.start()
is called.