Answers
- A text field holds a single line of text; a text area holds multiple lines.
- The text area is intended to display the program output. It does not collect user input.
- Don't construct a JScrollPane and add the textArea object directly to the frame.