public class javax.swing.border.MatteBorder extends javax.swing.border.EmptyBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.border.MatteBorder
  super_class: javax.swing.border.EmptyBorder
{
  protected java.awt.Color color;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  protected javax.swing.Icon tileIcon;
    descriptor: Ljavax/swing/Icon;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(int, int, int, int, java.awt.Color);
    descriptor: (IIIILjava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // javax.swing.border.MatteBorder this
        start local 1 // int top
        start local 2 // int left
        start local 3 // int bottom
        start local 4 // int right
        start local 5 // java.awt.Color matteColor
         0: .line 64
            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 65
            aload 0 /* this */
            aload 5 /* matteColor */
            putfield javax.swing.border.MatteBorder.color:Ljava/awt/Color;
         2: .line 66
            return
        end local 5 // java.awt.Color matteColor
        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.MatteBorder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljavax/swing/border/MatteBorder;
            0    3     1         top  I
            0    3     2        left  I
            0    3     3      bottom  I
            0    3     4       right  I
            0    3     5  matteColor  Ljava/awt/Color;
    MethodParameters:
            Name  Flags
      top         
      left        
      bottom      
      right       
      matteColor  

  public void <init>(java.awt.Insets, java.awt.Color);
    descriptor: (Ljava/awt/Insets;Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.border.MatteBorder this
        start local 1 // java.awt.Insets borderInsets
        start local 2 // java.awt.Color matteColor
         0: .line 75
            aload 0 /* this */
            aload 1 /* borderInsets */
            invokespecial javax.swing.border.EmptyBorder.<init>:(Ljava/awt/Insets;)V
         1: .line 76
            aload 0 /* this */
            aload 2 /* matteColor */
            putfield javax.swing.border.MatteBorder.color:Ljava/awt/Color;
         2: .line 77
            return
        end local 2 // java.awt.Color matteColor
        end local 1 // java.awt.Insets borderInsets
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavax/swing/border/MatteBorder;
            0    3     1  borderInsets  Ljava/awt/Insets;
            0    3     2    matteColor  Ljava/awt/Color;
    MethodParameters:
              Name  Flags
      borderInsets  
      matteColor    

  public void <init>(int, int, int, int, javax.swing.Icon);
    descriptor: (IIIILjavax/swing/Icon;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // javax.swing.border.MatteBorder this
        start local 1 // int top
        start local 2 // int left
        start local 3 // int bottom
        start local 4 // int right
        start local 5 // javax.swing.Icon tileIcon
         0: .line 88
            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 89
            aload 0 /* this */
            aload 5 /* tileIcon */
            putfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
         2: .line 90
            return
        end local 5 // javax.swing.Icon tileIcon
        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.MatteBorder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavax/swing/border/MatteBorder;
            0    3     1       top  I
            0    3     2      left  I
            0    3     3    bottom  I
            0    3     4     right  I
            0    3     5  tileIcon  Ljavax/swing/Icon;
    MethodParameters:
          Name  Flags
      top       
      left      
      bottom    
      right     
      tileIcon  

  public void <init>(java.awt.Insets, javax.swing.Icon);
    descriptor: (Ljava/awt/Insets;Ljavax/swing/Icon;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.border.MatteBorder this
        start local 1 // java.awt.Insets borderInsets
        start local 2 // javax.swing.Icon tileIcon
         0: .line 99
            aload 0 /* this */
            aload 1 /* borderInsets */
            invokespecial javax.swing.border.EmptyBorder.<init>:(Ljava/awt/Insets;)V
         1: .line 100
            aload 0 /* this */
            aload 2 /* tileIcon */
            putfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
         2: .line 101
            return
        end local 2 // javax.swing.Icon tileIcon
        end local 1 // java.awt.Insets borderInsets
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavax/swing/border/MatteBorder;
            0    3     1  borderInsets  Ljava/awt/Insets;
            0    3     2      tileIcon  Ljavax/swing/Icon;
    MethodParameters:
              Name  Flags
      borderInsets  
      tileIcon      

  public void <init>(javax.swing.Icon);
    descriptor: (Ljavax/swing/Icon;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // javax.swing.border.MatteBorder this
        start local 1 // javax.swing.Icon tileIcon
         0: .line 112
            aload 0 /* this */
            iconst_m1
            iconst_m1
            iconst_m1
            iconst_m1
            aload 1 /* tileIcon */
            invokespecial javax.swing.border.MatteBorder.<init>:(IIIILjavax/swing/Icon;)V
         1: .line 113
            return
        end local 1 // javax.swing.Icon tileIcon
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/swing/border/MatteBorder;
            0    2     1  tileIcon  Ljavax/swing/Icon;
    MethodParameters:
          Name  Flags
      tileIcon  

  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=9, locals=11, args_size=7
        start local 0 // javax.swing.border.MatteBorder 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 119
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.MatteBorder.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 7 /* insets */
        start local 7 // java.awt.Insets insets
         1: .line 120
            aload 2 /* g */
            invokevirtual java.awt.Graphics.getColor:()Ljava/awt/Color;
            astore 8 /* oldColor */
        start local 8 // java.awt.Color oldColor
         2: .line 121
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
         3: .line 124
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            ifnull 7
         4: .line 125
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            invokeinterface javax.swing.Icon.getIconWidth:()I
            iconst_m1
            if_icmpne 5
            getstatic java.awt.Color.gray:Ljava/awt/Color;
            goto 6
      StackMap locals: javax.swing.border.MatteBorder java.awt.Component java.awt.Graphics int int int int java.awt.Insets java.awt.Color
      StackMap stack: javax.swing.border.MatteBorder
         5: aconst_null
      StackMap locals: javax.swing.border.MatteBorder java.awt.Component java.awt.Graphics int int int int java.awt.Insets java.awt.Color
      StackMap stack: javax.swing.border.MatteBorder java.awt.Color
         6: putfield javax.swing.border.MatteBorder.color:Ljava/awt/Color;
         7: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.color:Ljava/awt/Color;
            ifnull 14
         8: .line 129
            aload 2 /* g */
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.color:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         9: .line 130
            aload 2 /* g */
            iconst_0
            iconst_0
            iload 5 /* width */
            aload 7 /* insets */
            getfield java.awt.Insets.right:I
            isub
            aload 7 /* insets */
            getfield java.awt.Insets.top:I
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        10: .line 131
            aload 2 /* g */
            iconst_0
            aload 7 /* insets */
            getfield java.awt.Insets.top:I
            aload 7 /* insets */
            getfield java.awt.Insets.left:I
            iload 6 /* height */
            aload 7 /* insets */
            getfield java.awt.Insets.top:I
            isub
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        11: .line 132
            aload 2 /* g */
            aload 7 /* insets */
            getfield java.awt.Insets.left:I
            iload 6 /* height */
            aload 7 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            iload 5 /* width */
            aload 7 /* insets */
            getfield java.awt.Insets.left:I
            isub
            aload 7 /* insets */
            getfield java.awt.Insets.bottom:I
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        12: .line 133
            aload 2 /* g */
            iload 5 /* width */
            aload 7 /* insets */
            getfield java.awt.Insets.right:I
            isub
            iconst_0
            aload 7 /* insets */
            getfield java.awt.Insets.right:I
            iload 6 /* height */
            aload 7 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
        13: .line 135
            goto 21
      StackMap locals:
      StackMap stack:
        14: aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            ifnull 21
        15: .line 136
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            invokeinterface javax.swing.Icon.getIconWidth:()I
            istore 9 /* tileW */
        start local 9 // int tileW
        16: .line 137
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            invokeinterface javax.swing.Icon.getIconHeight:()I
            istore 10 /* tileH */
        start local 10 // int tileH
        17: .line 138
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* g */
            iconst_0
            iconst_0
            iload 5 /* width */
            aload 7 /* insets */
            getfield java.awt.Insets.right:I
            isub
            aload 7 /* insets */
            getfield java.awt.Insets.top:I
            iload 9 /* tileW */
            iload 10 /* tileH */
            invokevirtual javax.swing.border.MatteBorder.paintEdge:(Ljava/awt/Component;Ljava/awt/Graphics;IIIIII)V
        18: .line 139
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* g */
            iconst_0
            aload 7 /* insets */
            getfield java.awt.Insets.top:I
            aload 7 /* insets */
            getfield java.awt.Insets.left:I
            iload 6 /* height */
            aload 7 /* insets */
            getfield java.awt.Insets.top:I
            isub
            iload 9 /* tileW */
            iload 10 /* tileH */
            invokevirtual javax.swing.border.MatteBorder.paintEdge:(Ljava/awt/Component;Ljava/awt/Graphics;IIIIII)V
        19: .line 140
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* g */
            aload 7 /* insets */
            getfield java.awt.Insets.left:I
            iload 6 /* height */
            aload 7 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            iload 5 /* width */
            aload 7 /* insets */
            getfield java.awt.Insets.left:I
            isub
            aload 7 /* insets */
            getfield java.awt.Insets.bottom:I
            iload 9 /* tileW */
            iload 10 /* tileH */
            invokevirtual javax.swing.border.MatteBorder.paintEdge:(Ljava/awt/Component;Ljava/awt/Graphics;IIIIII)V
        20: .line 141
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* g */
            iload 5 /* width */
            aload 7 /* insets */
            getfield java.awt.Insets.right:I
            isub
            iconst_0
            aload 7 /* insets */
            getfield java.awt.Insets.right:I
            iload 6 /* height */
            aload 7 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            iload 9 /* tileW */
            iload 10 /* tileH */
            invokevirtual javax.swing.border.MatteBorder.paintEdge:(Ljava/awt/Component;Ljava/awt/Graphics;IIIIII)V
        end local 10 // int tileH
        end local 9 // int tileW
        21: .line 143
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        22: .line 144
            aload 2 /* g */
            aload 8 /* oldColor */
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        23: .line 146
            return
        end local 8 // java.awt.Color oldColor
        end local 7 // java.awt.Insets insets
        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.MatteBorder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Ljavax/swing/border/MatteBorder;
            0   24     1         c  Ljava/awt/Component;
            0   24     2         g  Ljava/awt/Graphics;
            0   24     3         x  I
            0   24     4         y  I
            0   24     5     width  I
            0   24     6    height  I
            1   24     7    insets  Ljava/awt/Insets;
            2   24     8  oldColor  Ljava/awt/Color;
           16   21     9     tileW  I
           17   21    10     tileH  I
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  

  private void paintEdge(java.awt.Component, java.awt.Graphics, int, int, int, int, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIIIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=9
        start local 0 // javax.swing.border.MatteBorder 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
        start local 7 // int tileW
        start local 8 // int tileH
         0: .line 149
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokevirtual java.awt.Graphics.create:(IIII)Ljava/awt/Graphics;
            astore 2 /* g */
         1: .line 150
            iload 4 /* y */
            iload 8 /* tileH */
            irem
            ineg
            istore 9 /* sY */
        start local 9 // int sY
         2: .line 151
            iload 3 /* x */
            iload 7 /* tileW */
            irem
            ineg
            istore 3 /* x */
            goto 8
         3: .line 152
      StackMap locals: int
      StackMap stack:
            iload 9 /* sY */
            istore 4 /* y */
            goto 6
         4: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokeinterface javax.swing.Icon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V
         5: .line 152
            iload 4 /* y */
            iload 8 /* tileH */
            iadd
            istore 4 /* y */
      StackMap locals:
      StackMap stack:
         6: iload 4 /* y */
            iload 6 /* height */
            if_icmplt 4
         7: .line 151
            iload 3 /* x */
            iload 7 /* tileW */
            iadd
            istore 3 /* x */
      StackMap locals:
      StackMap stack:
         8: iload 3 /* x */
            iload 5 /* width */
            if_icmplt 3
         9: .line 156
            aload 2 /* g */
            invokevirtual java.awt.Graphics.dispose:()V
        10: .line 157
            return
        end local 9 // int sY
        end local 8 // int tileH
        end local 7 // int tileW
        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.MatteBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Ljavax/swing/border/MatteBorder;
            0   11     1       c  Ljava/awt/Component;
            0   11     2       g  Ljava/awt/Graphics;
            0   11     3       x  I
            0   11     4       y  I
            0   11     5   width  I
            0   11     6  height  I
            0   11     7   tileW  I
            0   11     8   tileH  I
            2   11     9      sY  I
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  
      tileW   
      tileH   

  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.MatteBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 166
            aload 0 /* this */
            aload 2 /* insets */
            invokevirtual javax.swing.border.MatteBorder.computeInsets:(Ljava/awt/Insets;)Ljava/awt/Insets;
            areturn
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavax/swing/border/MatteBorder;
            0    1     1       c  Ljava/awt/Component;
            0    1     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=7, locals=1, args_size=1
        start local 0 // javax.swing.border.MatteBorder this
         0: .line 174
            aload 0 /* this */
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            invokevirtual javax.swing.border.MatteBorder.computeInsets:(Ljava/awt/Insets;)Ljava/awt/Insets;
            areturn
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/MatteBorder;

  private java.awt.Insets computeInsets(java.awt.Insets);
    descriptor: (Ljava/awt/Insets;)Ljava/awt/Insets;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // javax.swing.border.MatteBorder this
        start local 1 // java.awt.Insets insets
         0: .line 179
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            ifnull 9
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.top:I
            iconst_m1
            if_icmpne 9
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.bottom:I
            iconst_m1
            if_icmpne 9
         1: .line 180
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.left:I
            iconst_m1
            if_icmpne 9
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.right:I
            iconst_m1
            if_icmpne 9
         2: .line 181
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            invokeinterface javax.swing.Icon.getIconWidth:()I
            istore 2 /* w */
        start local 2 // int w
         3: .line 182
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            invokeinterface javax.swing.Icon.getIconHeight:()I
            istore 3 /* h */
        start local 3 // int h
         4: .line 183
            aload 1 /* insets */
            iload 3 /* h */
            putfield java.awt.Insets.top:I
         5: .line 184
            aload 1 /* insets */
            iload 2 /* w */
            putfield java.awt.Insets.right:I
         6: .line 185
            aload 1 /* insets */
            iload 3 /* h */
            putfield java.awt.Insets.bottom:I
         7: .line 186
            aload 1 /* insets */
            iload 2 /* w */
            putfield java.awt.Insets.left:I
        end local 3 // int h
        end local 2 // int w
         8: .line 187
            goto 13
         9: .line 188
      StackMap locals:
      StackMap stack:
            aload 1 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.left:I
            putfield java.awt.Insets.left:I
        10: .line 189
            aload 1 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.top:I
            putfield java.awt.Insets.top:I
        11: .line 190
            aload 1 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.right:I
            putfield java.awt.Insets.right:I
        12: .line 191
            aload 1 /* insets */
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.bottom:I
            putfield java.awt.Insets.bottom:I
        13: .line 193
      StackMap locals:
      StackMap stack:
            aload 1 /* insets */
            areturn
        end local 1 // java.awt.Insets insets
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljavax/swing/border/MatteBorder;
            0   14     1  insets  Ljava/awt/Insets;
            3    8     2       w  I
            4    8     3       h  I
    MethodParameters:
        Name  Flags
      insets  

  public java.awt.Color getMatteColor();
    descriptor: ()Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.MatteBorder this
         0: .line 202
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.color:Ljava/awt/Color;
            areturn
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/MatteBorder;

  public javax.swing.Icon getTileIcon();
    descriptor: ()Ljavax/swing/Icon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.MatteBorder this
         0: .line 211
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.tileIcon:Ljavax/swing/Icon;
            areturn
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/MatteBorder;

  public boolean isBorderOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.MatteBorder this
         0: .line 219
            aload 0 /* this */
            getfield javax.swing.border.MatteBorder.color:Ljava/awt/Color;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javax.swing.border.MatteBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/border/MatteBorder;
}
SourceFile: "MatteBorder.java"