What is the difference between a Scrollbar and a JScrollPane ?

3 years ago
OOP Java

A Scrollbar is a Component, but not a Container. A ScrollPane is a Container. A ScrollPane handles its own events and performs its own scrolling.

More related questions

Questions Bank

View all Questions