Two javafx Integer Spinners bound bidirectional: why is the binding unreliable?
问题 I am trying to practice my binding. I want to make a window with two spinners and just get them to show the same value. The problem is that the binding is unreliable: the spinners seem to stop updating each other if they are clicked too fast. Both spinners still respond to clicking, and clicks are counted correctly on the spinner being clicked, but the other spinner stops updating and never recovers. And it doesn’t have to be very fast clicking at all to cause it. My code is based on this