Class MetalScrollBarUI

All Implemented Interfaces:
LayoutManager, SwingConstants

public class MetalScrollBarUI extends BasicScrollBarUI
Implementation of ScrollBarUI for the Metal Look and Feel
  • Field Details

    • increaseButton

      protected MetalScrollButton increaseButton
      The increase button.
    • decreaseButton

      protected MetalScrollButton decreaseButton
      The decrease button.
    • scrollBarWidth

      protected int scrollBarWidth
      The width of the scroll bar.
    • FREE_STANDING_PROP

      public static final String FREE_STANDING_PROP
      The property JScrollBar.isFreeStanding.
      See Also:
    • isFreeStanding

      protected boolean isFreeStanding
      The value of the property JScrollBar.isFreeStanding.
  • Constructor Details

    • MetalScrollBarUI

      public MetalScrollBarUI()
      Constructs a MetalScrollBarUI.
  • Method Details