Join Slack
Powered by
And that you don't need the `@FXML` annotation. To...
# tornadofx
e
edvin
09/19/2016, 3:18 PM
And that you don't need the
@FXML
annotation. To "inject" a component from an FXML file, just do
val myButton: Button by fxid()
. That will inject
<Button fx:id="myButton">
automatically.
Open in Slack
Previous
Next