Answer:

GUI Design

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.

GUI of the application

This is similar to the application of the previous chapter; the GUI consists of JLabels and JTextFields placed into a JFrame.

QUESTION 4:

Which components need a listener?