Class FlatScrollBar

All Implemented Interfaces:
FlatComponentExtension, FlatStyleableComponent, Adjustable, ImageObserver, MenuContainer, Serializable, Accessible

public class FlatScrollBar extends JScrollBar implements FlatComponentExtension, FlatStyleableComponent
Subclass of JScrollBar that provides easy access to FlatLaf specific client properties.
See Also:
  • Constructor Details

    • FlatScrollBar

      public FlatScrollBar()
  • Method Details

    • isShowButtons

      public boolean isShowButtons()
      Returns whether the decrease/increase arrow buttons of a scrollbar are shown.
    • setShowButtons

      public void setShowButtons(boolean showButtons)
      Specifies whether the decrease/increase arrow buttons of a scrollbar are shown.