bkenn
06/25/2018, 5:01 PMnumWords.bind( Bindings.createIntegerBinding(Callable{ this.text.split(" ").size }, this.textProperty()) )
you can use numWords.bind(integerBinding(this.textProperty()) { text.split(" ").size })
which I find to be a bit more easier on the eyes.