public class javax.swing.border.EmptyBorder extends javax.swing.border.AbstractBorder implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.border.EmptyBorder
  super_class: javax.swing.border.AbstractBorder
{
  protected int left;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int right;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int top;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int bottom;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  public void <init>(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // javax.swing.border.EmptyBorder this
        start local 1 // int top
        start local 2 // int left
        start local 3 // int bottom
        start local 4 // int right
         0: .line 76
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 77
            aload 0 /* this */
            iload 1 /* top */
            putfield javax.swing.border.EmptyBorder.top:I
         2: .line 78
            aload 0 /* this */
            iload 4 /* right */
            putfield javax.swing.border.EmptyBorder.right:I
         3: .line 79
            aload 0 /* this */
            iload 3 /* bottom */
            putfield javax.swing.border.EmptyBorder.bottom:I
         4: .line 80
            aload 0 /* this */
            iload 2 /* left */
            putfield javax.swing.border.EmptyBorder.left:I
         5: .line 81
            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.border.EmptyBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavax/swing/border/EmptyBorder;
            0    6     1     top  I
            0    6     2    left  I
            0    6     3  bottom  I
            0    6     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.border.EmptyBorder this
        start local 1 // java.awt.Insets borderInsets
         0: .line 88
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* borderInsets */
            getfield java.awt.Insets.top:I
            putfield javax.swing.border.EmptyBorder.top:I
         2: .line 90
            aload 0 /* this */
            aload 1 /* borderInsets */
            getfield java.awt.Insets.right:I
            putfield javax.swing.border.EmptyBorder.right:I
         3: .line 91
            aload 0 /* this */
            aload 1 /* borderInsets */
            getfield java.awt.Insets.bottom:I
            putfield javax.swing.border.EmptyBorder.bottom:I
         4: .line 92
            aload 0 /* this */
            aload 1 /* borderInsets */
            getfield java.awt.Insets.left:I
            putfield javax.swing.border.EmptyBorder.left:I
         5: .line 93
            return
        end local 1 // java.awt.Insets borderInsets
        end local 0 // javax.swing.border.EmptyBorder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Ljavax/swing/border/EmptyBorder;
            0    6     1  borderInsets  Ljava/awt/Insets;
    RuntimeVisibleAnnotations: 
      java.beans.ConstructorProperties(value = {"borderInsets"})
    MethodParameters:
              Name  Flags
      borderInsets  

  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=0, locals=7, args_size=7
        start local 0 // javax.swing.border.EmptyBorder 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 99
            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.border.EmptyBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavax/swing/border/EmptyBorder;
            0    1     1       c  Ljava/awt/Component;
            0    1     2       g  Ljava/awt/Graphics;
            0    1     3       x  I
            0    1     4       y  I
            0    1     5   width  I
            0    1     6  height  I
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  

  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=2, locals=3, args_size=3
        start local 0 // javax.swing.border.EmptyBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 107
            aload 2 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.left:I
            putfield java.awt.Insets.left:I
         1: .line 108
            aload 2 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.top:I
            putfield java.awt.Insets.top:I
         2: .line 109
            aload 2 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.right:I
            putfield java.awt.Insets.right:I
         3: .line 110
            aload 2 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.bottom:I
            putfield java.awt.Insets.bottom:I
         4: .line 111
            aload 2 /* insets */
            areturn
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.EmptyBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/swing/border/EmptyBorder;
            0    5     1       c  Ljava/awt/Component;
            0    5     2  insets  Ljava/awt/Insets;
    MethodParameters:
        Name  Flags
      c       
      insets  

  public java.awt.Insets getBorderInsets();
    descriptor: ()Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javax.swing.border.EmptyBorder this
         0: .line 122
            new java.awt.Insets
            dup
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.top:I
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.left:I
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.bottom:I
            aload 0 /* this */
            getfield javax.swing.border.EmptyBorder.right:I
            invokespecial java.awt.Insets.<init>:(IIII)V
            areturn
        end local 0 // javax.swing.border.EmptyBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/EmptyBorder;

  public boolean isBorderOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.EmptyBorder this
         0: .line 129
            iconst_0
            ireturn
        end local 0 // javax.swing.border.EmptyBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/EmptyBorder;
}
SourceFile: "EmptyBorder.java"