I have this chunk of code. It's a simple BMI calculator, but I've noticed that I can only enter whole numbers into my textfields. What can I do to allow decimals?



import java.applet.*;...