A simple example of a JavaFX (SceneBuilder/FXML) application which presents data on the page using a ListView control. The ListView is connected to an ObservableList, which uses the "Observer Pattern" ...