I have two input fields which i would like to sync with each other. Unfortunately, when I add a ChangeListener to each of the TextFields they will trigger each other, and so create an andless loop.
Ofcourse I could unregister the Listeners, on every change and them put them back, but is there any Java native approach?
Maybe something with bindings?
