https://kotlinlang.org logo
c

carlw

04/19/2018, 1:03 PM
ok...this is what i'm suggesting ListProperty<Person> personsProperty = new SimpleListProperty<>(persons); numItems.textProperty().bind( personsProperty.sizeProperty().asString() );