I am working on simple calculator, where users input two numbers in TextField and the result is displayed in result TextField. I used Double.pars
TextField
Double.pars
you can also use resultInput.setText(Double.toString(resultV));
resultInput.setText(Double.toString(resultV));