Class SubstanceTextComponentBorder

java.lang.Object
org.pushingpixels.substance.internal.utils.border.SubstanceTextComponentBorder
All Implemented Interfaces:
Border, UIResource

public class SubstanceTextComponentBorder extends Object implements Border, UIResource
Text component border for the Substance look and feel.
  • Field Details

    • myInsets

      protected Insets myInsets
      Insets of this border.
  • Constructor Details

    • SubstanceTextComponentBorder

      public SubstanceTextComponentBorder(Insets insets)
      Creates a new border with the specified insets.
      Parameters:
      insets - Insets.
  • Method Details