previous | start | next

Answers

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


previous | start | next