Class WebbCustomScrollpane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ScrollPaneConstants

public class WebbCustomScrollpane extends JScrollPane
Custom scrollbar wrapper UI for JScrollPane
See Also:
  • Constructor Details

    • WebbCustomScrollpane

      public WebbCustomScrollpane(Component view, Color trackColor, Color barColor, Color barHoverColor, Color barClickColor)
      Creates a new custom scrollbar UI
      Parameters:
      trackColor - The color of the track
      barColor - The color of the bar
      barHoverColor - The color of the bar when hovered
      barClickColor - The color of the bar when clicked
  • Method Details

    • setVerticalScrollbarWidth

      public void setVerticalScrollbarWidth(int width)