JScrollBar

Palette category
Swing
Palette bean
JScrollBar
Project
JFC class libraries
Package
com.sun.java.swing
Type
JScrollBar

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.


Related procedures
Adding a List or Slider Component

Related references
List and Slider Beans
Beans for Visual Composition