public JScrollBar createHorizontalScrollBar ()

Returns a JScrollPane.ScrollBar by default. Subclasses may override this method to force ScrollPaneUI implementations to use a JScrollBar subclass. Used by ScrollPaneUI implementations to create the horizontal scrollbar.

Returns:  a JScrollBar with a horizontal orientation

See also:
JScrollBar