Good morning !! I would like to know how I check if a field is binding (javaFX) I have the following field:
txt2.textProperty().bindBidirectional(txt1.textProperty());
Has a button to enable or disable bindBidirectional, depending on the current state. If bind: disable, if not: enable. valeuu