Are there any ideas to make something like SceneBuilder but for TornadoFX, considering that TornadoFX does not use Scenes -- ViewBuilder?
n
nimakro
09/25/2018, 9:27 PM
Hey I started to implement a ViewBuilder a while back in the tornadoFx-intellij-plugin but I currently don't have time to work on it
v
ValV
09/25/2018, 9:33 PM
Interesting, is it open?
e
edvin
09/25/2018, 9:38 PM
Just to be clear, we use Scenes in exactly the same way as a stock JavaFX app, but you don't normally need to concern yourself with the Scene. It's available if you need to access it though.
v
ValV
09/25/2018, 9:57 PM
Oh, right, I'd formulated it in another way: TFX has own concept of Scenes -- Views (replaces Scenes with Views)