Hey <@U78L28DMX> have a look at <https://edvin.git...
# tornadofx
n
Hey @amanda.hinchman-dominguez have a look at https://edvin.gitbooks.io/tornadofx-guide/content/part1/10.%20FXML.html on how to use fxml in a
View
, but just keep in mind that the `Controller`in plane JavaFx has nothing to do with the `Controller`in TornadoFX. So the TornadoFX `View`is then the equivalent to the FXML-Controller in plane JavaFX. The
Controller
class in TornadoFX is more of a general purpose class that can be used with the TornadoFX DI-Framework.
👍 1