I want to subscribe to value changes on a JFormattedTextField.
Checking the source code, the only thing I see is that the property "value" is fired on a new value. But this property is only referenced there, and directly written, without a constant. If I subscribe to this property change, it works.
However, I'm wondering: is this the correct way to do that?