<@U41021CCB> Hey :slightly_smiling_face: I use the...
# tornadofx
e
@nimakro Hey 🙂 I use the default JavaFX dialogs for simple questions and the like, and quickly change to
openWindow
,
openModal
or
openInternalWindow
and create the content myself. It's not a lot of code, especially if you use the form builder. I find myself using the
builderWindow
more and more actually. You get the title and close-button "for free" but add your own buttons. However, we could even cut down even more of the boiler plate by creating a
dialog
builder based on a
form
builder. That's actually a good idea, I'll investigate a little 🙂