A view can be created as a unique instance by `fin...
# tornadofx
e
A view can be created as a unique instance by
find<ViewType>(Scope())
and for Fragment you'd always get a new instance with
find<FragmentType>()
.