Home »
MCQs »
Java Swing MCQs
A ____ is a Swing framework component that offers a scroll bar that may be used to scroll content in a container
27. A ____ is a Swing framework component that offers a scroll bar that may be used to scroll content in a container.
- JScrollPanel
- JScrollBox
- JScroll
- JScrollBar
Answer: D) JScrollBar
Explanation:
A JScrollBar is a Swing framework component that offers a scroll bar that may be used to scroll content in a container.