 To add a scrollbar:
To add a scrollbar:
| minimum/maximum | Scrollbars are associated with an integer value that
represents the user's location in the window. Use minimumandmaximumto determine the range of those
values. For example, ifminimumandmaximumare set to 0 and 100, and the
scroll box is in the middle of the scrollbar,
its value is 50. This value is available to the programmer
to manipulate scrolling. | 
| lineIncrement | The number added to or subtracted from the location value when the user clicks on the arrows at the ends of the scrollbar. | 
| headers | Inserts the names of column headers. | 
| orientation | Determines whether the scrollbar is oriented horizontally or vertically. | 
| pageIncrement | The number added to or subtracted from the location value when the user clicks in the area between the scroll box and the arrows at each end of the scrollbar. | 
| value | The integer value that represents the initial position of the
slider/thumb relative to the values of minimumandmaximum. | 
| visiblePageSize | The initial length (in value units) of the slider/thumb. This length usually indicates the percentage of the entire document that can be viewed in the window that the scrollbar controls. | 
 To add a scrolling panel:
To add a scrolling panel:
| borderLabel | Inserts the name of the panel at the top border. | 
| borderLabelAlignment | Sets the position (left, right, center) of the label on the top border of the panel. | 
| borderRelief | Sets the type of the border around the panel. | 
| borderWidth | Sets the width of the border around the panel. | 
| scrollAreaHeight | Sets the height of the visible portion of the panel. | 
| scrollAreaInsets | Sets the placement of the scrollbar within the panel. | 
| scrollAreaWidth | Sets the width of the visible portion of the panel, which determines whether a horizontal scrollbar is added. | 
 See also:
See also: