1 | ScrollPane is a container that can hold a component area bigger than it shows on the screen. It provides vertical and horizontal scrollers. |
2 | Quite easy to create and add as you would any other container. |
3 | Main difference is that it doesn't have a "natural" size so you should call setSize(n, m) to set its size to n by m pixels. |