public class javax.swing.plaf.BorderUIResource implements javax.swing.border.Border, javax.swing.plaf.UIResource, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.BorderUIResource
  super_class: java.lang.Object
{
  static javax.swing.border.Border etched;
    descriptor: Ljavax/swing/border/Border;
    flags: (0x0008) ACC_STATIC

  static javax.swing.border.Border loweredBevel;
    descriptor: Ljavax/swing/border/Border;
    flags: (0x0008) ACC_STATIC

  static javax.swing.border.Border raisedBevel;
    descriptor: Ljavax/swing/border/Border;
    flags: (0x0008) ACC_STATIC

  static javax.swing.border.Border blackLine;
    descriptor: Ljavax/swing/border/Border;
    flags: (0x0008) ACC_STATIC

  private javax.swing.border.Border delegate;
    descriptor: Ljavax/swing/border/Border;
    flags: (0x0002) ACC_PRIVATE

  public static javax.swing.border.Border getEtchedBorderUIResource();
    descriptor: ()Ljavax/swing/border/Border;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 75
            getstatic javax.swing.plaf.BorderUIResource.etched:Ljavax/swing/border/Border;
            ifnonnull 2
         1: .line 76
            new javax.swing.plaf.BorderUIResource$EtchedBorderUIResource
            dup
            invokespecial javax.swing.plaf.BorderUIResource$EtchedBorderUIResource.<init>:()V
            putstatic javax.swing.plaf.BorderUIResource.etched:Ljavax/swing/border/Border;
         2: .line 78
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.plaf.BorderUIResource.etched:Ljavax/swing/border/Border;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.border.Border getLoweredBevelBorderUIResource();
    descriptor: ()Ljavax/swing/border/Border;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 86
            getstatic javax.swing.plaf.BorderUIResource.loweredBevel:Ljavax/swing/border/Border;
            ifnonnull 2
         1: .line 87
            new javax.swing.plaf.BorderUIResource$BevelBorderUIResource
            dup
            iconst_1
            invokespecial javax.swing.plaf.BorderUIResource$BevelBorderUIResource.<init>:(I)V
            putstatic javax.swing.plaf.BorderUIResource.loweredBevel:Ljavax/swing/border/Border;
         2: .line 89
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.plaf.BorderUIResource.loweredBevel:Ljavax/swing/border/Border;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.border.Border getRaisedBevelBorderUIResource();
    descriptor: ()Ljavax/swing/border/Border;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 97
            getstatic javax.swing.plaf.BorderUIResource.raisedBevel:Ljavax/swing/border/Border;
            ifnonnull 2
         1: .line 98
            new javax.swing.plaf.BorderUIResource$BevelBorderUIResource
            dup
            iconst_0
            invokespecial javax.swing.plaf.BorderUIResource$BevelBorderUIResource.<init>:(I)V
            putstatic javax.swing.plaf.BorderUIResource.raisedBevel:Ljavax/swing/border/Border;
         2: .line 100
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.plaf.BorderUIResource.raisedBevel:Ljavax/swing/border/Border;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.border.Border getBlackLineBorderUIResource();
    descriptor: ()Ljavax/swing/border/Border;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 108
            getstatic javax.swing.plaf.BorderUIResource.blackLine:Ljavax/swing/border/Border;
            ifnonnull 2
         1: .line 109
            new javax.swing.plaf.BorderUIResource$LineBorderUIResource
            dup
            getstatic java.awt.Color.black:Ljava/awt/Color;
            invokespecial javax.swing.plaf.BorderUIResource$LineBorderUIResource.<init>:(Ljava/awt/Color;)V
            putstatic javax.swing.plaf.BorderUIResource.blackLine:Ljavax/swing/border/Border;
         2: .line 111
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.plaf.BorderUIResource.blackLine:Ljavax/swing/border/Border;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javax.swing.border.Border);
    descriptor: (Ljavax/swing/border/Border;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.plaf.BorderUIResource this
        start local 1 // javax.swing.border.Border delegate
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            aload 1 /* delegate */
            ifnonnull 3
         2: .line 123
            new java.lang.IllegalArgumentException
            dup
            ldc "null border delegate argument"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 125
      StackMap locals: javax.swing.plaf.BorderUIResource javax.swing.border.Border
      StackMap stack:
            aload 0 /* this */
            aload 1 /* delegate */
            putfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
         4: .line 126
            return
        end local 1 // javax.swing.border.Border delegate
        end local 0 // javax.swing.plaf.BorderUIResource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Ljavax/swing/plaf/BorderUIResource;
            0    5     1  delegate  Ljavax/swing/border/Border;
    MethodParameters:
          Name  Flags
      delegate  

  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=7, locals=7, args_size=7
        start local 0 // javax.swing.plaf.BorderUIResource 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 130
            aload 0 /* this */
            getfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
         1: .line 131
            return
        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.plaf.BorderUIResource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/plaf/BorderUIResource;
            0    2     1       c  Ljava/awt/Component;
            0    2     2       g  Ljava/awt/Graphics;
            0    2     3       x  I
            0    2     4       y  I
            0    2     5   width  I
            0    2     6  height  I
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  

  public java.awt.Insets getBorderInsets(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.BorderUIResource this
        start local 1 // java.awt.Component c
         0: .line 134
            aload 0 /* this */
            getfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            areturn
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.plaf.BorderUIResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/BorderUIResource;
            0    1     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     

  public boolean isBorderOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.BorderUIResource this
         0: .line 138
            aload 0 /* this */
            getfield javax.swing.plaf.BorderUIResource.delegate:Ljavax/swing/border/Border;
            invokeinterface javax.swing.border.Border.isBorderOpaque:()Z
            ireturn
        end local 0 // javax.swing.plaf.BorderUIResource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/BorderUIResource;
}
SourceFile: "BorderUIResource.java"
NestMembers:
  javax.swing.plaf.BorderUIResource$BevelBorderUIResource  javax.swing.plaf.BorderUIResource$CompoundBorderUIResource  javax.swing.plaf.BorderUIResource$EmptyBorderUIResource  javax.swing.plaf.BorderUIResource$EtchedBorderUIResource  javax.swing.plaf.BorderUIResource$LineBorderUIResource  javax.swing.plaf.BorderUIResource$MatteBorderUIResource  javax.swing.plaf.BorderUIResource$TitledBorderUIResource
InnerClasses:
  public BevelBorderUIResource = javax.swing.plaf.BorderUIResource$BevelBorderUIResource of javax.swing.plaf.BorderUIResource
  public CompoundBorderUIResource = javax.swing.plaf.BorderUIResource$CompoundBorderUIResource of javax.swing.plaf.BorderUIResource
  public EmptyBorderUIResource = javax.swing.plaf.BorderUIResource$EmptyBorderUIResource of javax.swing.plaf.BorderUIResource
  public EtchedBorderUIResource = javax.swing.plaf.BorderUIResource$EtchedBorderUIResource of javax.swing.plaf.BorderUIResource
  public LineBorderUIResource = javax.swing.plaf.BorderUIResource$LineBorderUIResource of javax.swing.plaf.BorderUIResource
  public MatteBorderUIResource = javax.swing.plaf.BorderUIResource$MatteBorderUIResource of javax.swing.plaf.BorderUIResource
  public TitledBorderUIResource = javax.swing.plaf.BorderUIResource$TitledBorderUIResource of javax.swing.plaf.BorderUIResource