Multiple choice

Which of the following statements is true about scroll pane in java swing?

  1. It represents a rectangular area to view the specified components.

  2. It is used to represent file folders, which have the options to be selected.

  3. It is used to provide a combination of a drop down list and a text box.

  4. It represents the hierarchical view of data.

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Yes, this is called scroll pane in java swing.