It’s possible that when open a View via openWindow...
# tornadofx
t
It’s possible that when open a View via openWindow() when press a button, if pressed again, instead of create a second view and window, gain focus the first one?
d
a view can only exist once during runtime i thought? So i would have thought find<Classname::class> would reopen a View and would recreate a Fragment .. but thats not the case?