Hi all
I had a jFormattedTextField with Name Hectare. the value is declared as double as shown below
String cultivationSize = jFormattedTextField3.getText();
double hectare = Double.parseDouble(cultivationSize);
now the problem is when i enter more than 3 digits the by default comma is entered after 3digits as 1,000. i hav to add the value to other value. due to thz comma im unable to do it.
how can i remove comma add these values