I want to subscribe to change values on a JFormattedTextField.
Checking the source code, the only thing I see is that the property "value" is launched by the new value. But this property is mentioned only there and directly written without constant. If I agree with this property change, it works.
However, I wonder: is this the right way to do this?
source
share