public class javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder extends javax.swing.border.AbstractBorder implements javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder
  super_class: javax.swing.border.AbstractBorder
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder this
         0: .line 905
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
            return
        end local 0 // javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalBorders$ScrollPaneBorder;

  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=6, locals=12, args_size=7
        start local 0 // javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder 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 w
        start local 6 // int h
         0: .line 909
            aload 1 /* c */
            instanceof javax.swing.JScrollPane
            ifne 2
         1: .line 910
            return
         2: .line 912
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast javax.swing.JScrollPane
            astore 7 /* scroll */
        start local 7 // javax.swing.JScrollPane scroll
         3: .line 913
            aload 7 /* scroll */
            invokevirtual javax.swing.JScrollPane.getColumnHeader:()Ljavax/swing/JViewport;
            astore 8 /* colHeader */
        start local 8 // javax.swing.JComponent colHeader
         4: .line 914
            iconst_0
            istore 9 /* colHeaderHeight */
        start local 9 // int colHeaderHeight
         5: .line 915
            aload 8 /* colHeader */
            ifnull 7
         6: .line 916
            aload 8 /* colHeader */
            invokevirtual javax.swing.JComponent.getHeight:()I
            istore 9 /* colHeaderHeight */
         7: .line 918
      StackMap locals: javax.swing.JScrollPane javax.swing.JComponent int
      StackMap stack:
            aload 7 /* scroll */
            invokevirtual javax.swing.JScrollPane.getRowHeader:()Ljavax/swing/JViewport;
            astore 10 /* rowHeader */
        start local 10 // javax.swing.JComponent rowHeader
         8: .line 919
            iconst_0
            istore 11 /* rowHeaderWidth */
        start local 11 // int rowHeaderWidth
         9: .line 920
            aload 10 /* rowHeader */
            ifnull 11
        10: .line 921
            aload 10 /* rowHeader */
            invokevirtual javax.swing.JComponent.getWidth:()I
            istore 11 /* rowHeaderWidth */
        11: .line 924
      StackMap locals: javax.swing.JComponent int
      StackMap stack:
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
        12: .line 926
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlDarkShadow:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        13: .line 927
            aload 2 /* g */
            iconst_0
            iconst_0
            iload 5 /* w */
            iconst_2
            isub
            iload 6 /* h */
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawRect:(IIII)V
        14: .line 928
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlHighlight:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        15: .line 930
            aload 2 /* g */
            iload 5 /* w */
            iconst_1
            isub
            iconst_1
            iload 5 /* w */
            iconst_1
            isub
            iload 6 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        16: .line 931
            aload 2 /* g */
            iconst_1
            iload 6 /* h */
            iconst_1
            isub
            iload 5 /* w */
            iconst_1
            isub
            iload 6 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        17: .line 933
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControl:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        18: .line 934
            aload 2 /* g */
            iload 5 /* w */
            iconst_2
            isub
            iconst_2
            iload 9 /* colHeaderHeight */
            iadd
            iload 5 /* w */
            iconst_2
            isub
            iconst_2
            iload 9 /* colHeaderHeight */
            iadd
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        19: .line 935
            aload 2 /* g */
            iconst_1
            iload 11 /* rowHeaderWidth */
            iadd
            iload 6 /* h */
            iconst_2
            isub
            iconst_1
            iload 11 /* rowHeaderWidth */
            iadd
            iload 6 /* h */
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        20: .line 937
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        21: .line 939
            return
        end local 11 // int rowHeaderWidth
        end local 10 // javax.swing.JComponent rowHeader
        end local 9 // int colHeaderHeight
        end local 8 // javax.swing.JComponent colHeader
        end local 7 // javax.swing.JScrollPane scroll
        end local 6 // int h
        end local 5 // int w
        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.metal.MetalBorders$ScrollPaneBorder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0             this  Ljavax/swing/plaf/metal/MetalBorders$ScrollPaneBorder;
            0   22     1                c  Ljava/awt/Component;
            0   22     2                g  Ljava/awt/Graphics;
            0   22     3                x  I
            0   22     4                y  I
            0   22     5                w  I
            0   22     6                h  I
            3   22     7           scroll  Ljavax/swing/JScrollPane;
            4   22     8        colHeader  Ljavax/swing/JComponent;
            5   22     9  colHeaderHeight  I
            8   22    10        rowHeader  Ljavax/swing/JComponent;
            9   22    11   rowHeaderWidth  I
    MethodParameters:
      Name  Flags
      c     
      g     
      x     
      y     
      w     
      h     

  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=5, locals=3, args_size=3
        start local 0 // javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 942
            aload 2 /* insets */
            iconst_1
            iconst_1
            iconst_2
            iconst_2
            invokevirtual java.awt.Insets.set:(IIII)V
         1: .line 943
            aload 2 /* insets */
            areturn
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/plaf/metal/MetalBorders$ScrollPaneBorder;
            0    2     1       c  Ljava/awt/Component;
            0    2     2  insets  Ljava/awt/Insets;
    MethodParameters:
        Name  Flags
      c       
      insets  
}
SourceFile: "MetalBorders.java"
NestHost: javax.swing.plaf.metal.MetalBorders
InnerClasses:
  public ScrollPaneBorder = javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder of javax.swing.plaf.metal.MetalBorders