Join Slack
Powered by
The reason you get separate instances is that `Com...
# tornadofx
e
edvin
10/28/2016, 7:29 PM
The reason you get separate instances is that
Component
is not a singleton. It's like
Fragment
in that regards, so you'd get a new instance every time.
Open in Slack
Previous
Next