No you can't. That would certainly be possible, bu...
# tornadofx
e
No you can't. That would certainly be possible, but the main issue here is that I need to know up front if you put
fx:controller
in your FXML file, because if you didn't, I need to call
setController
first so that
FXMLLoader
will wire up event listeners etc correctly.