ron
09/06/2016, 5:00 PMron
09/06/2016, 5:00 PMedvin
09/06/2016, 5:02 PMRuckus
09/06/2016, 5:03 PMedvin
09/06/2016, 5:04 PMRuckus
09/06/2016, 6:38 PMRuckus
09/06/2016, 6:39 PMCapture.PNG▾
edvin
09/06/2016, 6:39 PMRuckus
09/06/2016, 6:39 PMedvin
09/06/2016, 6:40 PMRuckus
09/06/2016, 7:03 PMBindings.createBooleanBinding(() -> input.getText().length() != 6, input.textProperty())
But you could use:
input.textProperty().length().isNotEqualTo(6)
for the same result.thomasnield
09/06/2016, 7:05 PMRuckus
09/06/2016, 7:06 PMRuckus
09/06/2016, 7:08 PM.subscribe { System.out.println("You pressed one of the buttons!") }
when it could just use .subscribe { println("You pressed one of the buttons!") }
Ruckus
09/06/2016, 7:10 PMron
09/06/2016, 7:14 PMRuckus
09/06/2016, 7:15 PMRuckus
09/06/2016, 7:18 PMron
09/06/2016, 7:22 PMAPPLICATION_MODAL
and have it decorated?thomasnield
09/06/2016, 7:24 PMron
09/06/2016, 7:37 PMthomasnield
09/06/2016, 7:37 PMron
09/06/2016, 7:38 PMron
09/06/2016, 7:38 PMron
09/06/2016, 7:38 PMthomasnield
09/06/2016, 7:38 PMron
09/06/2016, 7:39 PMthomasnield
09/06/2016, 7:39 PMron
09/06/2016, 7:39 PM