nimakro
02/28/2017, 7:39 PMDialog.class
with a custom dialog content. While reading through the tornadofx documentation I came across openInternalWindow
to use this I would have to implement the whole dialog by myself? I wanted to know how you guys are implementing dialogs? Are you using the dialog api from javafx, fragments or both? Which way should I prefer and why?