The reason you get separate instances is that `Com...
# tornadofx
e
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.