JTextField.JTextField.
The user enters text (a String)
into the Fahrenheit text field.
The string will be
converted into int format.
We'll look at this this later.
This is similar to the application of the previous chapter;
the GUI consists of JLabels and JTextFields
placed into a JFrame.
Which components need a listener?