In MVC (or at least in a favor of it) the `View` r...
# tornadofx
h
In MVC (or at least in a favor of it) the
View
reads the
Model
, e.g. read changes from
personModel.firstNameProperty()
and write to
personView.firstNameLabel.textProperty()
.