public class javax.swing.plaf.BorderUIResource$EmptyBorderUIResource extends javax.swing.border.EmptyBorder implements javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.BorderUIResource$EmptyBorderUIResource
  super_class: javax.swing.border.EmptyBorder
{
  public void <init>(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // javax.swing.plaf.BorderUIResource$EmptyBorderUIResource this
        start local 1 // int top
        start local 2 // int left
        start local 3 // int bottom
        start local 4 // int right
         0: .line 135
            aload 0 /* this */
            iload 1 /* top */
            iload 2 /* left */
            iload 3 /* bottom */
            iload 4 /* right */
            invokespecial javax.swing.border.EmptyBorder.<init>:(IIII)V
         1: .line 136
            return
        end local 4 // int right
        end local 3 // int bottom
        end local 2 // int left
        end local 1 // int top
        end local 0 // javax.swing.plaf.BorderUIResource$EmptyBorderUIResource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/plaf/BorderUIResource$EmptyBorderUIResource;
            0    2     1     top  I
            0    2     2    left  I
            0    2     3  bottom  I
            0    2     4   right  I
    MethodParameters:
        Name  Flags
      top     
      left    
      bottom  
      right   

  public void <init>(java.awt.Insets);
    descriptor: (Ljava/awt/Insets;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.BorderUIResource$EmptyBorderUIResource this
        start local 1 // java.awt.Insets insets
         0: .line 139
            aload 0 /* this */
            aload 1 /* insets */
            invokespecial javax.swing.border.EmptyBorder.<init>:(Ljava/awt/Insets;)V
         1: .line 140
            return
        end local 1 // java.awt.Insets insets
        end local 0 // javax.swing.plaf.BorderUIResource$EmptyBorderUIResource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/plaf/BorderUIResource$EmptyBorderUIResource;
            0    2     1  insets  Ljava/awt/Insets;
    RuntimeVisibleAnnotations: 
      java.beans.ConstructorProperties(value = {"borderInsets"})
    MethodParameters:
        Name  Flags
      insets  
}
SourceFile: "BorderUIResource.java"
NestHost: javax.swing.plaf.BorderUIResource
InnerClasses:
  public EmptyBorderUIResource = javax.swing.plaf.BorderUIResource$EmptyBorderUIResource of javax.swing.plaf.BorderUIResource