<@U25U0KPFT> FXML is a first class citizen in Torn...
# tornadofx
e
@carlw FXML is a first class citizen in TornadoFX, but the only good reason for adding the
fx:controller
attribute is to get content completion for action calls etc. If you add the attribute, just pass
true
to the
fxml()
delegate. If you don't add it, that's also fine, it will be automatically assigned 🙂 I'm very eager to hear your thoughts after trying it a bit at scale 🙂