class javax.swing.text.html.CSSBorder extends javax.swing.border.AbstractBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.html.CSSBorder
  super_class: javax.swing.border.AbstractBorder
{
  static final int COLOR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int STYLE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int WIDTH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TOP;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int RIGHT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int BOTTOM;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int LEFT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final javax.swing.text.html.CSS$Attribute[][] ATTRIBUTES;
    descriptor: [[Ljavax/swing/text/html/CSS$Attribute;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final javax.swing.text.html.CSS$CssValue[] PARSERS;
    descriptor: [Ljavax/swing/text/html/CSS$CssValue;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.lang.Object[] DEFAULTS;
    descriptor: [Ljava/lang/Object;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final javax.swing.text.AttributeSet attrs;
    descriptor: Ljavax/swing/text/AttributeSet;
    flags: (0x0010) ACC_FINAL

  static java.util.Map<javax.swing.text.html.CSS$Value, javax.swing.text.html.CSSBorder$BorderPainter> borderPainters;
    descriptor: Ljava/util/Map;
    flags: (0x0008) ACC_STATIC
    Signature: Ljava/util/Map<Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 62
            iconst_3
            anewarray javax.swing.text.html.CSS$Attribute[]
            dup
            iconst_0
         1: .line 63
            iconst_4
            anewarray javax.swing.text.html.CSS$Attribute
            dup
            iconst_0
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_TOP_COLOR:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_1
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_RIGHT_COLOR:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_2
         2: .line 64
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_BOTTOM_COLOR:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_3
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_LEFT_COLOR:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            aastore
            dup
            iconst_1
         3: .line 65
            iconst_4
            anewarray javax.swing.text.html.CSS$Attribute
            dup
            iconst_0
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_TOP_STYLE:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_1
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_RIGHT_STYLE:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_2
         4: .line 66
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_BOTTOM_STYLE:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_3
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_LEFT_STYLE:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            aastore
            dup
            iconst_2
         5: .line 67
            iconst_4
            anewarray javax.swing.text.html.CSS$Attribute
            dup
            iconst_0
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_TOP_WIDTH:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_1
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_RIGHT_WIDTH:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_2
         6: .line 68
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_BOTTOM_WIDTH:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_3
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_LEFT_WIDTH:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            aastore
         7: .line 62
            putstatic javax.swing.text.html.CSSBorder.ATTRIBUTES:[[Ljavax/swing/text/html/CSS$Attribute;
         8: .line 72
            iconst_3
            anewarray javax.swing.text.html.CSS$CssValue
            dup
            iconst_0
         9: .line 73
            new javax.swing.text.html.CSS$ColorValue
            dup
            invokespecial javax.swing.text.html.CSS$ColorValue.<init>:()V
            aastore
            dup
            iconst_1
            new javax.swing.text.html.CSS$BorderStyle
            dup
            invokespecial javax.swing.text.html.CSS$BorderStyle.<init>:()V
            aastore
            dup
            iconst_2
            new javax.swing.text.html.CSS$BorderWidthValue
            dup
            aconst_null
            iconst_0
            invokespecial javax.swing.text.html.CSS$BorderWidthValue.<init>:(Ljava/lang/String;I)V
            aastore
        10: .line 72
            putstatic javax.swing.text.html.CSSBorder.PARSERS:[Ljavax/swing/text/html/CSS$CssValue;
        11: .line 77
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
        12: .line 78
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_COLOR:Ljavax/swing/text/html/CSS$Attribute;
            aastore
            dup
            iconst_1
        13: .line 79
            getstatic javax.swing.text.html.CSSBorder.PARSERS:[Ljavax/swing/text/html/CSS$CssValue;
            iconst_1
            aaload
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_STYLE:Ljavax/swing/text/html/CSS$Attribute;
            invokevirtual javax.swing.text.html.CSS$Attribute.getDefaultValue:()Ljava/lang/String;
            invokevirtual javax.swing.text.html.CSS$CssValue.parseCssValue:(Ljava/lang/String;)Ljava/lang/Object;
            aastore
            dup
            iconst_2
        14: .line 80
            getstatic javax.swing.text.html.CSSBorder.PARSERS:[Ljavax/swing/text/html/CSS$CssValue;
            iconst_2
            aaload
            getstatic javax.swing.text.html.CSS$Attribute.BORDER_WIDTH:Ljavax/swing/text/html/CSS$Attribute;
            invokevirtual javax.swing.text.html.CSS$Attribute.getDefaultValue:()Ljava/lang/String;
            invokevirtual javax.swing.text.html.CSS$CssValue.parseCssValue:(Ljava/lang/String;)Ljava/lang/Object;
            aastore
        15: .line 77
            putstatic javax.swing.text.html.CSSBorder.DEFAULTS:[Ljava/lang/Object;
        16: .line 421
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
        17: .line 420
            putstatic javax.swing.text.html.CSSBorder.borderPainters:Ljava/util/Map;
        18: .line 425
            getstatic javax.swing.text.html.CSS$Value.NONE:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$NullPainter
            dup
            invokespecial javax.swing.text.html.CSSBorder$NullPainter.<init>:()V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        19: .line 426
            getstatic javax.swing.text.html.CSS$Value.HIDDEN:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$NullPainter
            dup
            invokespecial javax.swing.text.html.CSSBorder$NullPainter.<init>:()V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        20: .line 427
            getstatic javax.swing.text.html.CSS$Value.SOLID:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$SolidPainter
            dup
            invokespecial javax.swing.text.html.CSSBorder$SolidPainter.<init>:()V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        21: .line 428
            getstatic javax.swing.text.html.CSS$Value.DOUBLE:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$DoublePainter
            dup
            invokespecial javax.swing.text.html.CSSBorder$DoublePainter.<init>:()V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        22: .line 429
            getstatic javax.swing.text.html.CSS$Value.DOTTED:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$DottedDashedPainter
            dup
            iconst_1
            invokespecial javax.swing.text.html.CSSBorder$DottedDashedPainter.<init>:(I)V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        23: .line 430
            getstatic javax.swing.text.html.CSS$Value.DASHED:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$DottedDashedPainter
            dup
            iconst_3
            invokespecial javax.swing.text.html.CSSBorder$DottedDashedPainter.<init>:(I)V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        24: .line 431
            getstatic javax.swing.text.html.CSS$Value.GROOVE:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$GrooveRidgePainter
            dup
            getstatic javax.swing.text.html.CSS$Value.GROOVE:Ljavax/swing/text/html/CSS$Value;
            invokespecial javax.swing.text.html.CSSBorder$GrooveRidgePainter.<init>:(Ljavax/swing/text/html/CSS$Value;)V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        25: .line 432
            getstatic javax.swing.text.html.CSS$Value.RIDGE:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$GrooveRidgePainter
            dup
            getstatic javax.swing.text.html.CSS$Value.RIDGE:Ljavax/swing/text/html/CSS$Value;
            invokespecial javax.swing.text.html.CSSBorder$GrooveRidgePainter.<init>:(Ljavax/swing/text/html/CSS$Value;)V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        26: .line 433
            getstatic javax.swing.text.html.CSS$Value.INSET:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$InsetOutsetPainter
            dup
            getstatic javax.swing.text.html.CSS$Value.INSET:Ljavax/swing/text/html/CSS$Value;
            invokespecial javax.swing.text.html.CSSBorder$InsetOutsetPainter.<init>:(Ljavax/swing/text/html/CSS$Value;)V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        27: .line 434
            getstatic javax.swing.text.html.CSS$Value.OUTSET:Ljavax/swing/text/html/CSS$Value;
            new javax.swing.text.html.CSSBorder$InsetOutsetPainter
            dup
            getstatic javax.swing.text.html.CSS$Value.OUTSET:Ljavax/swing/text/html/CSS$Value;
            invokespecial javax.swing.text.html.CSSBorder$InsetOutsetPainter.<init>:(Ljavax/swing/text/html/CSS$Value;)V
            invokestatic javax.swing.text.html.CSSBorder.registerBorderPainter:(Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
        28: .line 435
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(javax.swing.text.AttributeSet);
    descriptor: (Ljavax/swing/text/AttributeSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // javax.swing.text.AttributeSet attrs
         0: .line 89
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* attrs */
            putfield javax.swing.text.html.CSSBorder.attrs:Ljavax/swing/text/AttributeSet;
         2: .line 91
            return
        end local 1 // javax.swing.text.AttributeSet attrs
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/swing/text/html/CSSBorder;
            0    3     1  attrs  Ljavax/swing/text/AttributeSet;
    MethodParameters:
       Name  Flags
      attrs  

  private java.awt.Color getBorderColor(int);
    descriptor: (I)Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // int side
         0: .line 97
            aload 0 /* this */
            getfield javax.swing.text.html.CSSBorder.attrs:Ljavax/swing/text/AttributeSet;
            getstatic javax.swing.text.html.CSSBorder.ATTRIBUTES:[[Ljavax/swing/text/html/CSS$Attribute;
            iconst_0
            aaload
            iload 1 /* side */
            aaload
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         1: .line 99
            aload 2 /* o */
            instanceof javax.swing.text.html.CSS$ColorValue
            ifeq 4
         2: .line 100
            aload 2 /* o */
            checkcast javax.swing.text.html.CSS$ColorValue
            astore 3 /* cv */
        start local 3 // javax.swing.text.html.CSS$ColorValue cv
         3: .line 101
            goto 9
        end local 3 // javax.swing.text.html.CSS$ColorValue cv
         4: .line 104
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.CSSBorder.attrs:Ljavax/swing/text/AttributeSet;
            getstatic javax.swing.text.html.CSS$Attribute.COLOR:Ljavax/swing/text/html/CSS$Attribute;
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.swing.text.html.CSS$ColorValue
            astore 3 /* cv */
        start local 3 // javax.swing.text.html.CSS$ColorValue cv
         5: .line 105
            aload 3 /* cv */
            ifnonnull 9
         6: .line 106
            getstatic javax.swing.text.html.CSSBorder.PARSERS:[Ljavax/swing/text/html/CSS$CssValue;
            iconst_0
            aaload
         7: .line 107
            getstatic javax.swing.text.html.CSS$Attribute.COLOR:Ljavax/swing/text/html/CSS$Attribute;
            invokevirtual javax.swing.text.html.CSS$Attribute.getDefaultValue:()Ljava/lang/String;
         8: .line 106
            invokevirtual javax.swing.text.html.CSS$CssValue.parseCssValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast javax.swing.text.html.CSS$ColorValue
            astore 3 /* cv */
         9: .line 110
      StackMap locals: javax.swing.text.html.CSS$ColorValue
      StackMap stack:
            aload 3 /* cv */
            invokevirtual javax.swing.text.html.CSS$ColorValue.getValue:()Ljava/awt/Color;
            areturn
        end local 3 // javax.swing.text.html.CSS$ColorValue cv
        end local 2 // java.lang.Object o
        end local 1 // int side
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/swing/text/html/CSSBorder;
            0   10     1  side  I
            1   10     2     o  Ljava/lang/Object;
            3    4     3    cv  Ljavax/swing/text/html/CSS$ColorValue;
            5   10     3    cv  Ljavax/swing/text/html/CSS$ColorValue;
    MethodParameters:
      Name  Flags
      side  

  private int getBorderWidth(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // int side
         0: .line 117
            iconst_0
            istore 2 /* width */
        start local 2 // int width
         1: .line 118
            aload 0 /* this */
            getfield javax.swing.text.html.CSSBorder.attrs:Ljavax/swing/text/AttributeSet;
         2: .line 119
            getstatic javax.swing.text.html.CSSBorder.ATTRIBUTES:[[Ljavax/swing/text/html/CSS$Attribute;
            iconst_1
            aaload
            iload 1 /* side */
            aaload
         3: .line 118
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.swing.text.html.CSS$BorderStyle
            astore 3 /* bs */
        start local 3 // javax.swing.text.html.CSS$BorderStyle bs
         4: .line 120
            aload 3 /* bs */
            ifnull 11
            aload 3 /* bs */
            invokevirtual javax.swing.text.html.CSS$BorderStyle.getValue:()Ljavax/swing/text/html/CSS$Value;
            getstatic javax.swing.text.html.CSS$Value.NONE:Ljavax/swing/text/html/CSS$Value;
            if_acmpeq 11
         5: .line 123
            aload 0 /* this */
            getfield javax.swing.text.html.CSSBorder.attrs:Ljavax/swing/text/AttributeSet;
         6: .line 124
            getstatic javax.swing.text.html.CSSBorder.ATTRIBUTES:[[Ljavax/swing/text/html/CSS$Attribute;
            iconst_2
            aaload
            iload 1 /* side */
            aaload
         7: .line 123
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.swing.text.html.CSS$LengthValue
            astore 4 /* bw */
        start local 4 // javax.swing.text.html.CSS$LengthValue bw
         8: .line 125
            aload 4 /* bw */
            ifnonnull 10
         9: .line 126
            getstatic javax.swing.text.html.CSSBorder.DEFAULTS:[Ljava/lang/Object;
            iconst_2
            aaload
            checkcast javax.swing.text.html.CSS$LengthValue
            astore 4 /* bw */
        10: .line 128
      StackMap locals: int javax.swing.text.html.CSS$BorderStyle javax.swing.text.html.CSS$LengthValue
      StackMap stack:
            aload 4 /* bw */
            iconst_1
            invokevirtual javax.swing.text.html.CSS$LengthValue.getValue:(Z)F
            f2i
            istore 2 /* width */
        end local 4 // javax.swing.text.html.CSS$LengthValue bw
        11: .line 130
      StackMap locals:
      StackMap stack:
            iload 2 /* width */
            ireturn
        end local 3 // javax.swing.text.html.CSS$BorderStyle bs
        end local 2 // int width
        end local 1 // int side
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljavax/swing/text/html/CSSBorder;
            0   12     1   side  I
            1   12     2  width  I
            4   12     3     bs  Ljavax/swing/text/html/CSS$BorderStyle;
            8   11     4     bw  Ljavax/swing/text/html/CSS$LengthValue;
    MethodParameters:
      Name  Flags
      side  

  private int[] getWidths();
    descriptor: ()[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javax.swing.text.html.CSSBorder this
         0: .line 137
            iconst_4
            newarray 10
            astore 1 /* widths */
        start local 1 // int[] widths
         1: .line 138
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 139
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* widths */
            iload 2 /* i */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual javax.swing.text.html.CSSBorder.getBorderWidth:(I)I
            iastore
         4: .line 138
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 1 /* widths */
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 141
            aload 1 /* widths */
            areturn
        end local 1 // int[] widths
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/swing/text/html/CSSBorder;
            1    7     1  widths  [I
            2    6     2       i  I

  private javax.swing.text.html.CSS$Value getBorderStyle(int);
    descriptor: (I)Ljavax/swing/text/html/CSS$Value;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // int side
         0: .line 149
            aload 0 /* this */
            getfield javax.swing.text.html.CSSBorder.attrs:Ljavax/swing/text/AttributeSet;
            getstatic javax.swing.text.html.CSSBorder.ATTRIBUTES:[[Ljavax/swing/text/html/CSS$Attribute;
            iconst_1
            aaload
            iload 1 /* side */
            aaload
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.swing.text.html.CSS$BorderStyle
         1: .line 148
            astore 2 /* style */
        start local 2 // javax.swing.text.html.CSS$BorderStyle style
         2: .line 150
            aload 2 /* style */
            ifnonnull 4
         3: .line 151
            getstatic javax.swing.text.html.CSSBorder.DEFAULTS:[Ljava/lang/Object;
            iconst_1
            aaload
            checkcast javax.swing.text.html.CSS$BorderStyle
            astore 2 /* style */
         4: .line 153
      StackMap locals: javax.swing.text.html.CSS$BorderStyle
      StackMap stack:
            aload 2 /* style */
            invokevirtual javax.swing.text.html.CSS$BorderStyle.getValue:()Ljavax/swing/text/html/CSS$Value;
            areturn
        end local 2 // javax.swing.text.html.CSS$BorderStyle style
        end local 1 // int side
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/text/html/CSSBorder;
            0    5     1   side  I
            2    5     2  style  Ljavax/swing/text/html/CSS$BorderStyle;
    MethodParameters:
      Name  Flags
      side  

  private java.awt.Polygon getBorderShape(int);
    descriptor: (I)Ljava/awt/Polygon;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // int side
         0: .line 161
            aconst_null
            astore 2 /* shape */
        start local 2 // java.awt.Polygon shape
         1: .line 162
            aload 0 /* this */
            invokevirtual javax.swing.text.html.CSSBorder.getWidths:()[I
            astore 3 /* widths */
        start local 3 // int[] widths
         2: .line 163
            aload 3 /* widths */
            iload 1 /* side */
            iaload
            ifeq 8
         3: .line 164
            new java.awt.Polygon
            dup
            iconst_4
            newarray 10
            iconst_4
            newarray 10
            iconst_0
            invokespecial java.awt.Polygon.<init>:([I[II)V
            astore 2 /* shape */
         4: .line 165
            aload 2 /* shape */
            iconst_0
            iconst_0
            invokevirtual java.awt.Polygon.addPoint:(II)V
         5: .line 166
            aload 2 /* shape */
            aload 3 /* widths */
            iload 1 /* side */
            iconst_3
            iadd
            iconst_4
            irem
            iaload
            ineg
            aload 3 /* widths */
            iload 1 /* side */
            iaload
            ineg
            invokevirtual java.awt.Polygon.addPoint:(II)V
         6: .line 167
            aload 2 /* shape */
            aload 3 /* widths */
            iload 1 /* side */
            iconst_1
            iadd
            iconst_4
            irem
            iaload
            aload 3 /* widths */
            iload 1 /* side */
            iaload
            ineg
            invokevirtual java.awt.Polygon.addPoint:(II)V
         7: .line 168
            aload 2 /* shape */
            iconst_0
            iconst_0
            invokevirtual java.awt.Polygon.addPoint:(II)V
         8: .line 170
      StackMap locals: java.awt.Polygon int[]
      StackMap stack:
            aload 2 /* shape */
            areturn
        end local 3 // int[] widths
        end local 2 // java.awt.Polygon shape
        end local 1 // int side
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljavax/swing/text/html/CSSBorder;
            0    9     1    side  I
            1    9     2   shape  Ljava/awt/Polygon;
            2    9     3  widths  [I
    MethodParameters:
      Name  Flags
      side  

  private javax.swing.text.html.CSSBorder$BorderPainter getBorderPainter(int);
    descriptor: (I)Ljavax/swing/text/html/CSSBorder$BorderPainter;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // int side
         0: .line 177
            aload 0 /* this */
            iload 1 /* side */
            invokevirtual javax.swing.text.html.CSSBorder.getBorderStyle:(I)Ljavax/swing/text/html/CSS$Value;
            astore 2 /* style */
        start local 2 // javax.swing.text.html.CSS$Value style
         1: .line 178
            getstatic javax.swing.text.html.CSSBorder.borderPainters:Ljava/util/Map;
            aload 2 /* style */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.swing.text.html.CSSBorder$BorderPainter
            areturn
        end local 2 // javax.swing.text.html.CSS$Value style
        end local 1 // int side
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/text/html/CSSBorder;
            0    2     1   side  I
            1    2     2  style  Ljavax/swing/text/html/CSS$Value;
    MethodParameters:
      Name  Flags
      side  

  static java.awt.Color getAdjustedColor(java.awt.Color, double);
    descriptor: (Ljava/awt/Color;D)Ljava/awt/Color;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=7, args_size=2
        start local 0 // java.awt.Color c
        start local 1 // double factor
         0: .line 188
            dconst_1
            dload 1 /* factor */
            invokestatic java.lang.Math.abs:(D)D
            dconst_1
            invokestatic java.lang.Math.min:(DD)D
            dsub
            dstore 3 /* f */
        start local 3 // double f
         1: .line 189
            dload 1 /* factor */
            dconst_0
            dcmpl
            ifle 2
            ldc 255.0
            dconst_1
            dload 3 /* f */
            dsub
            dmul
            goto 3
      StackMap locals: double
      StackMap stack:
         2: dconst_0
      StackMap locals:
      StackMap stack: double
         3: dstore 5 /* inc */
        start local 5 // double inc
         4: .line 190
            new java.awt.Color
            dup
            aload 0 /* c */
            invokevirtual java.awt.Color.getRed:()I
            i2d
            dload 3 /* f */
            dmul
            dload 5 /* inc */
            dadd
            d2i
         5: .line 191
            aload 0 /* c */
            invokevirtual java.awt.Color.getGreen:()I
            i2d
            dload 3 /* f */
            dmul
            dload 5 /* inc */
            dadd
            d2i
         6: .line 192
            aload 0 /* c */
            invokevirtual java.awt.Color.getBlue:()I
            i2d
            dload 3 /* f */
            dmul
            dload 5 /* inc */
            dadd
            d2i
         7: .line 190
            invokespecial java.awt.Color.<init>:(III)V
            areturn
        end local 5 // double inc
        end local 3 // double f
        end local 1 // double factor
        end local 0 // java.awt.Color c
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0       c  Ljava/awt/Color;
            0    8     1  factor  D
            1    8     3       f  D
            4    8     5     inc  D
    MethodParameters:
        Name  Flags
      c       
      factor  

  public java.awt.Insets getBorderInsets(java.awt.Component, java.awt.Insets);
    descriptor: (Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 199
            aload 0 /* this */
            invokevirtual javax.swing.text.html.CSSBorder.getWidths:()[I
            astore 3 /* widths */
        start local 3 // int[] widths
         1: .line 200
            aload 2 /* insets */
            aload 3 /* widths */
            iconst_0
            iaload
            aload 3 /* widths */
            iconst_3
            iaload
            aload 3 /* widths */
            iconst_2
            iaload
            aload 3 /* widths */
            iconst_1
            iaload
            invokevirtual java.awt.Insets.set:(IIII)V
         2: .line 201
            aload 2 /* insets */
            areturn
        end local 3 // int[] widths
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/swing/text/html/CSSBorder;
            0    3     1       c  Ljava/awt/Component;
            0    3     2  insets  Ljava/awt/Insets;
            1    3     3  widths  [I
    MethodParameters:
        Name  Flags
      c       
      insets  

  public void paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=22, args_size=7
        start local 0 // javax.swing.text.html.CSSBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // int y
        start local 5 // int width
        start local 6 // int height
         0: .line 206
            aload 2 /* g */
            instanceof java.awt.Graphics2D
            ifne 2
         1: .line 207
            return
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            invokevirtual java.awt.Graphics.create:()Ljava/awt/Graphics;
            checkcast java.awt.Graphics2D
            astore 7 /* g2 */
        start local 7 // java.awt.Graphics2D g2
         3: .line 212
            aload 0 /* this */
            invokevirtual javax.swing.text.html.CSSBorder.getWidths:()[I
            astore 8 /* widths */
        start local 8 // int[] widths
         4: .line 215
            iload 3 /* x */
            aload 8 /* widths */
            iconst_3
            iaload
            iadd
            istore 9 /* intX */
        start local 9 // int intX
         5: .line 216
            iload 4 /* y */
            aload 8 /* widths */
            iconst_0
            iaload
            iadd
            istore 10 /* intY */
        start local 10 // int intY
         6: .line 217
            iload 5 /* width */
            aload 8 /* widths */
            iconst_1
            iaload
            aload 8 /* widths */
            iconst_3
            iaload
            iadd
            isub
            istore 11 /* intWidth */
        start local 11 // int intWidth
         7: .line 218
            iload 6 /* height */
            aload 8 /* widths */
            iconst_0
            iaload
            aload 8 /* widths */
            iconst_2
            iaload
            iadd
            isub
            istore 12 /* intHeight */
        start local 12 // int intHeight
         8: .line 221
            iconst_4
            anewarray int[]
            dup
            iconst_0
         9: .line 222
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 9 /* intX */
            iastore
            dup
            iconst_1
            iload 10 /* intY */
            iastore
            aastore
            dup
            iconst_1
        10: .line 223
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 9 /* intX */
            iload 11 /* intWidth */
            iadd
            iastore
            dup
            iconst_1
            iload 10 /* intY */
            iastore
            aastore
            dup
            iconst_2
        11: .line 224
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 9 /* intX */
            iload 11 /* intWidth */
            iadd
            iastore
            dup
            iconst_1
            iload 10 /* intY */
            iload 12 /* intHeight */
            iadd
            iastore
            aastore
            dup
            iconst_3
        12: .line 225
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 9 /* intX */
            iastore
            dup
            iconst_1
            iload 10 /* intY */
            iload 12 /* intHeight */
            iadd
            iastore
            aastore
        13: .line 221
            astore 13 /* intCorners */
        start local 13 // int[][] intCorners
        14: .line 229
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        15: goto 35
        16: .line 230
      StackMap locals: javax.swing.text.html.CSSBorder java.awt.Component java.awt.Graphics int int int int java.awt.Graphics2D int[] int int int int int[][] int
      StackMap stack:
            aload 0 /* this */
            iload 14 /* i */
            invokevirtual javax.swing.text.html.CSSBorder.getBorderStyle:(I)Ljavax/swing/text/html/CSS$Value;
            astore 15 /* style */
        start local 15 // javax.swing.text.html.CSS$Value style
        17: .line 231
            aload 0 /* this */
            iload 14 /* i */
            invokevirtual javax.swing.text.html.CSSBorder.getBorderShape:(I)Ljava/awt/Polygon;
            astore 16 /* shape */
        start local 16 // java.awt.Polygon shape
        18: .line 232
            aload 15 /* style */
            getstatic javax.swing.text.html.CSS$Value.NONE:Ljavax/swing/text/html/CSS$Value;
            if_acmpeq 34
            aload 16 /* shape */
            ifnull 34
        19: .line 233
            iload 14 /* i */
            iconst_2
            irem
            ifne 20
            iload 11 /* intWidth */
            goto 21
      StackMap locals: javax.swing.text.html.CSS$Value java.awt.Polygon
      StackMap stack:
        20: iload 12 /* intHeight */
      StackMap locals:
      StackMap stack: int
        21: istore 17 /* sideLength */
        start local 17 // int sideLength
        22: .line 236
            aload 16 /* shape */
            getfield java.awt.Polygon.xpoints:[I
            iconst_2
            dup2
            iaload
            iload 17 /* sideLength */
            iadd
            iastore
        23: .line 237
            aload 16 /* shape */
            getfield java.awt.Polygon.xpoints:[I
            iconst_3
            dup2
            iaload
            iload 17 /* sideLength */
            iadd
            iastore
        24: .line 238
            aload 0 /* this */
            iload 14 /* i */
            invokevirtual javax.swing.text.html.CSSBorder.getBorderColor:(I)Ljava/awt/Color;
            astore 18 /* color */
        start local 18 // java.awt.Color color
        25: .line 239
            aload 0 /* this */
            iload 14 /* i */
            invokevirtual javax.swing.text.html.CSSBorder.getBorderPainter:(I)Ljavax/swing/text/html/CSSBorder$BorderPainter;
            astore 19 /* painter */
        start local 19 // javax.swing.text.html.CSSBorder$BorderPainter painter
        26: .line 241
            iload 14 /* i */
            i2d
            ldc 3.141592653589793
            dmul
            ldc 2.0
            ddiv
            dstore 20 /* angle */
        start local 20 // double angle
        27: .line 242
            aload 7 /* g2 */
            aload 2 /* g */
            invokevirtual java.awt.Graphics.getClip:()Ljava/awt/Shape;
            invokevirtual java.awt.Graphics2D.setClip:(Ljava/awt/Shape;)V
        28: .line 243
            aload 7 /* g2 */
            aload 13 /* intCorners */
            iload 14 /* i */
            aaload
            iconst_0
            iaload
            aload 13 /* intCorners */
            iload 14 /* i */
            aaload
            iconst_1
            iaload
            invokevirtual java.awt.Graphics2D.translate:(II)V
        29: .line 244
            aload 7 /* g2 */
            dload 20 /* angle */
            invokevirtual java.awt.Graphics2D.rotate:(D)V
        30: .line 245
            aload 7 /* g2 */
            aload 16 /* shape */
            invokevirtual java.awt.Graphics2D.clip:(Ljava/awt/Shape;)V
        31: .line 246
            aload 19 /* painter */
            aload 16 /* shape */
            aload 7 /* g2 */
            aload 18 /* color */
            iload 14 /* i */
            invokeinterface javax.swing.text.html.CSSBorder$BorderPainter.paint:(Ljava/awt/Polygon;Ljava/awt/Graphics;Ljava/awt/Color;I)V
        32: .line 247
            aload 7 /* g2 */
            dload 20 /* angle */
            dneg
            invokevirtual java.awt.Graphics2D.rotate:(D)V
        33: .line 248
            aload 7 /* g2 */
            aload 13 /* intCorners */
            iload 14 /* i */
            aaload
            iconst_0
            iaload
            ineg
            aload 13 /* intCorners */
            iload 14 /* i */
            aaload
            iconst_1
            iaload
            ineg
            invokevirtual java.awt.Graphics2D.translate:(II)V
        end local 20 // double angle
        end local 19 // javax.swing.text.html.CSSBorder$BorderPainter painter
        end local 18 // java.awt.Color color
        end local 17 // int sideLength
        end local 16 // java.awt.Polygon shape
        end local 15 // javax.swing.text.html.CSS$Value style
        34: .line 229
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 14 /* i */
            iconst_4
            if_icmplt 16
        end local 14 // int i
        36: .line 251
            aload 7 /* g2 */
            invokevirtual java.awt.Graphics2D.dispose:()V
        37: .line 252
            return
        end local 13 // int[][] intCorners
        end local 12 // int intHeight
        end local 11 // int intWidth
        end local 10 // int intY
        end local 9 // int intX
        end local 8 // int[] widths
        end local 7 // java.awt.Graphics2D g2
        end local 6 // int height
        end local 5 // int width
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.text.html.CSSBorder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   38     0        this  Ljavax/swing/text/html/CSSBorder;
            0   38     1           c  Ljava/awt/Component;
            0   38     2           g  Ljava/awt/Graphics;
            0   38     3           x  I
            0   38     4           y  I
            0   38     5       width  I
            0   38     6      height  I
            3   38     7          g2  Ljava/awt/Graphics2D;
            4   38     8      widths  [I
            5   38     9        intX  I
            6   38    10        intY  I
            7   38    11    intWidth  I
            8   38    12   intHeight  I
           14   38    13  intCorners  [[I
           15   36    14           i  I
           17   34    15       style  Ljavax/swing/text/html/CSS$Value;
           18   34    16       shape  Ljava/awt/Polygon;
           22   34    17  sideLength  I
           25   34    18       color  Ljava/awt/Color;
           26   34    19     painter  Ljavax/swing/text/html/CSSBorder$BorderPainter;
           27   34    20       angle  D
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  

  static void registerBorderPainter(javax.swing.text.html.CSS$Value, javax.swing.text.html.CSSBorder$BorderPainter);
    descriptor: (Ljavax/swing/text/html/CSS$Value;Ljavax/swing/text/html/CSSBorder$BorderPainter;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.html.CSS$Value style
        start local 1 // javax.swing.text.html.CSSBorder$BorderPainter painter
         0: .line 416
            getstatic javax.swing.text.html.CSSBorder.borderPainters:Ljava/util/Map;
            aload 0 /* style */
            aload 1 /* painter */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 417
            return
        end local 1 // javax.swing.text.html.CSSBorder$BorderPainter painter
        end local 0 // javax.swing.text.html.CSS$Value style
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    style  Ljavax/swing/text/html/CSS$Value;
            0    2     1  painter  Ljavax/swing/text/html/CSSBorder$BorderPainter;
    MethodParameters:
         Name  Flags
      style    
      painter  
}
SourceFile: "CSSBorder.java"
NestMembers:
  javax.swing.text.html.CSSBorder$BorderPainter  javax.swing.text.html.CSSBorder$DottedDashedPainter  javax.swing.text.html.CSSBorder$DoublePainter  javax.swing.text.html.CSSBorder$GrooveRidgePainter  javax.swing.text.html.CSSBorder$InsetOutsetPainter  javax.swing.text.html.CSSBorder$NullPainter  javax.swing.text.html.CSSBorder$ShadowLightPainter  javax.swing.text.html.CSSBorder$SolidPainter  javax.swing.text.html.CSSBorder$StrokePainter
InnerClasses:
  public final Attribute = javax.swing.text.html.CSS$Attribute of javax.swing.text.html.CSS
  BorderStyle = javax.swing.text.html.CSS$BorderStyle of javax.swing.text.html.CSS
  BorderWidthValue = javax.swing.text.html.CSS$BorderWidthValue of javax.swing.text.html.CSS
  ColorValue = javax.swing.text.html.CSS$ColorValue of javax.swing.text.html.CSS
  CssValue = javax.swing.text.html.CSS$CssValue of javax.swing.text.html.CSS
  LengthValue = javax.swing.text.html.CSS$LengthValue of javax.swing.text.html.CSS
  final Value = javax.swing.text.html.CSS$Value of javax.swing.text.html.CSS
  abstract BorderPainter = javax.swing.text.html.CSSBorder$BorderPainter of javax.swing.text.html.CSSBorder
  DottedDashedPainter = javax.swing.text.html.CSSBorder$DottedDashedPainter of javax.swing.text.html.CSSBorder
  DoublePainter = javax.swing.text.html.CSSBorder$DoublePainter of javax.swing.text.html.CSSBorder
  GrooveRidgePainter = javax.swing.text.html.CSSBorder$GrooveRidgePainter of javax.swing.text.html.CSSBorder
  InsetOutsetPainter = javax.swing.text.html.CSSBorder$InsetOutsetPainter of javax.swing.text.html.CSSBorder
  NullPainter = javax.swing.text.html.CSSBorder$NullPainter of javax.swing.text.html.CSSBorder
  abstract ShadowLightPainter = javax.swing.text.html.CSSBorder$ShadowLightPainter of javax.swing.text.html.CSSBorder
  SolidPainter = javax.swing.text.html.CSSBorder$SolidPainter of javax.swing.text.html.CSSBorder
  abstract StrokePainter = javax.swing.text.html.CSSBorder$StrokePainter of javax.swing.text.html.CSSBorder