2
Good morning!! I wanted to know how I check if a field is with Binding (javafx) I have the following field:
txt2.textProperty().bindBidirectional(txt1.textProperty());
Have a button to enable or disable bindBidirectional, depending on the current state. If you have bind: disable, if not: activate. valeuu