InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Scrollbar And Scrollpane? |
|
Answer» A Scrollbar is a COMPONENT, but not a Container whereas SCROLLPANE is a Container and HANDLES its own events and perform its own scrolling. A Scrollbar is a Component, but not a Container whereas Scrollpane is a Container and handles its own events and perform its own scrolling. |
|