Great talk! I liked how you used TornadoFX to talk...
# tornadofx
t
Great talk! I liked how you used TornadoFX to talk about a greater concept. I never really paid attention to that topic before. On a side-node, is the framework really used from Java-code to? I was a bit surprised to see @JvmStatic and @JvmOverloads. When I researched the framework-code I saw a lot more Java-related code. My question is: there are some functions that don't have @JvmOverloads, should we add them or will we drop Java-support (later on).
g
I currently have integrated TFX into an existing javafx app. I don't currently have time to convert the whole thing but having the ability to do it piecemeal is important in my case.
t
Of course, forgot migration. Question: Did you find obstacles with using tornadofx with java?