Quick question. I have text in a JFormattedTextField, I clear it with a clear button to make it setText(""); and heres the problem:
When I go back in the field, and just to test it, I just tab out or mouse click out of it without typing anything in it, and for some reason, the text that was in there before I cleared it to setText("") reappears. I have the LostFocus stuff and GainFocus method already in there for a bunch of textFields.
Has anyone come across this before?