Hi <@U3L21A6JG> `openModal` and `openWindow` opera...
# tornadofx
e
Hi @alexp11223
openModal
and
openWindow
operates on an instance, so you can instantiate a view and show it using
find<MyView>().openWindow()
for example.