Home »
MCQs »
Java Swing MCQs
A ____ is a container that provides a viewport for showing a piece of a bigger component
28. A ____ is a container that provides a viewport for showing a piece of a bigger component.
- JScrollPanel
- JScrollBox
- JScroll
- JScrollPane
Answer: D) JScrollPane
Explanation:
A JScrollPane is a container that provides a viewport for showing a piece of a bigger component.