I am pretty new to TornadoFx, I must say it's pret...
# tornadofx
n
I am pretty new to TornadoFx, I must say it's pretty awesome, kudos to @edvin and all the other contributors. Right now I am working on porting a java application to kotlin and the tornadofx project. That application is using a few dialogs build with the javafx dialog
Dialog.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?