So I am tinkering with JFormattedTextField.
I have a
test case which does Rates, Dollars, and Dates
They display the Data as desired.
However, when it comes to entering the data, it seems to require I enter the special chars for it to accept my input this is not desired. When I google it, I get lots of posts on how to format how it looks but found nothing on the topic of modifying how you enter data.
I have data already entered at startup.
Edit any of the fields and clear the field
then enter just the numbers
for instance for the rate enter .2 and hit enter.
it does not accept it
or in the Dollar field
Type only 100.00
again, does not accept it.
its like you must type in $100.00 for it to accept it. Which is not what I want.
Hopefully someone here has delt with this and can point me in the right direction.