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 JTextField
s
placed into a JFrame
.
To create this program you would be wise to make
a copy of the previous program and start from there.