Introduction to Data Binding
Binding links two properties so that when one changes, the other updates automatically.
target.bind(source);
JavaFX 0 to Hero
Binding links two properties so that when one changes, the other updates automatically.
target.bind(source);