Class FlatProgressBar

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

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

    • FlatProgressBar

      public FlatProgressBar()
  • Method Details

    • isLargeHeight

      public boolean isLargeHeight()
      Returns whether the progress bar has always the larger height even if no string is painted.
    • setLargeHeight

      public void setLargeHeight(boolean largeHeight)
      Specifies whether the progress bar has always the larger height even if no string is painted.
    • isSquare

      public boolean isSquare()
      Returns whether the progress bar is paint with square edges.
    • setSquare

      public void setSquare(boolean square)
      Specifies whether the progress bar is paint with square edges.