Back to course

Introduction to Data Binding

JavaFX 0 to Hero

Introduction to Data Binding

Binding links two properties so that when one changes, the other updates automatically. target.bind(source);