I'm trying to write a Java Applet that prompts the user to enter the radius of a circle, then displays its diameter, circumference, and area. I have no idea on how I should proceed with this. Can...