<@U78L28DMX> As you probably figured out by now, t...
# tornadofx
e
@amanda.hinchman-dominguez As you probably figured out by now, the by far easiest way to get hold of an object from your FXML file in the View is to assign it an
fx:id
attribute and do
val myButton: Button by fxid()
.