Join Slack
Powered by
ok...this is what i'm suggesting ListProp...
# tornadofx
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() );
Open in Slack
Previous
Next