Friday, 17 February 2012

What is the difference between a Scrollbar and a ScrollPane in JSP? | Java JSP

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.

No comments: