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.

Surya Bikram Bhandari
Oct 31, 2021