<@U0BJ35747> I'm not familiar with MVP, but I thin...
# tornadofx
c
@hastebrot I'm not familiar with MVP, but I think MVC is a little misleading when describing JavaFX out-of-the-box. In my opinion, MVC has a Controller that mediates between a Model and a View but in JavaFX the Controller -- in FXML terms -- is completely tied to the View. I like Microsoft's term "code behind" to describe the pairing of .fxml with a Java class.