The reason for this is that you do not want the `F...
# tornadofx
e
The reason for this is that you do not want the
FXMLLoader
to just arbitrarily instantiate a new View and set that as it's controller, because then the
button
would not be injected correctly, and any action would not be called on the instance of the View that you already have instantiated.