```button('test'){ action{ find<Settings...
# tornadofx
c
Copy code
button('test'){
  action{
     find<SettingsFragment>().openModal(stageStyle = StageStyle.UNDECORATED, resizable = false)
  }
}