Originally Posted by Supamagier
|
what?
To get the value in a textfield as an int just use Integer.parseInt(TextField.getText());
|
I have a perl script , ( which not in my control) that read the textfield . the number 12345 is presented in the textfield as "12,345" so the perl script cannot read this variable currectly.
That is a fact that I cannot change.
So I want to have in the JAVA jTextFormattedField format with not "," so 12345 will still be 12345 and not "12,345"