Use a JScrollBar bean to provide a scrolling component. Generally, a JScrollPane is a suitable alternative for a scrollable view with scroll bars.
Use a Scrollbar bean, rather than a JScrollBar bean, if you want to use it in an AWT container. Although Swing and AWT beans can be mixed, it is inadvisable.
Adding a List or Slider Component
List and Slider Beans
Beans for Visual Composition