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 900
            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 905
            aload 1 /* c */
            checkcast javax.swing.JScrollPane
            astore 7 /* scroll */
        start local 7 // javax.swing.JScrollPane scroll
         1: .line 906
            aload 7 /* scroll */
            invokevirtual javax.swing.JScrollPane.getColumnHeader:()Ljavax/swing/JViewport;
            astore 8 /* colHeader */
        start local 8 // javax.swing.JComponent colHeader
         2: .line 907
            iconst_0
            istore 9 /* colHeaderHeight */
        start local 9 // int colHeaderHeight
         3: .line 908
            aload 8 /* colHeader */
            ifnull 5
         4: .line 909
            aload 8 /* colHeader */
            invokevirtual javax.swing.JComponent.getHeight:()I
            istore 9 /* colHeaderHeight */
         5: .line 911
      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
         6: .line 912
            iconst_0
            istore 11 /* rowHeaderWidth */
        start local 11 // int rowHeaderWidth
         7: .line 913
            aload 10 /* rowHeader */
            ifnull 9
         8: .line 914
            aload 10 /* rowHeader */
            invokevirtual javax.swing.JComponent.getWidth:()I
            istore 11 /* rowHeaderWidth */
         9: .line 917
      StackMap locals: javax.swing.JComponent int
      StackMap stack:
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
        10: .line 919
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlDarkShadow:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        11: .line 920
            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
        12: .line 921
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlHighlight:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        13: .line 923
            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
        14: .line 924
            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
        15: .line 926
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControl:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        16: .line 927
            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
        17: .line 928
            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
        18: .line 930
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        19: .line 932
            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   20     0             this  Ljavax/swing/plaf/metal/MetalBorders$ScrollPaneBorder;
            0   20     1                c  Ljava/awt/Component;
            0   20     2                g  Ljava/awt/Graphics;
            0   20     3                x  I
            0   20     4                y  I
            0   20     5                w  I
            0   20     6                h  I
            1   20     7           scroll  Ljavax/swing/JScrollPane;
            2   20     8        colHeader  Ljavax/swing/JComponent;
            3   20     9  colHeaderHeight  I
            6   20    10        rowHeader  Ljavax/swing/JComponent;
            7   20    11   rowHeaderWidth  I
    MethodParameters:
      Name  Flags
      c     
      g     
      x     
      y     
      w     
      h     

  public java.awt.Insets getBorderInsets(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder this
        start local 1 // java.awt.Component c
         0: .line 935
            new java.awt.Insets
            dup
            iconst_1
            iconst_1
            iconst_2
            iconst_2
            invokespecial java.awt.Insets.<init>:(IIII)V
            areturn
        end local 1 // java.awt.Component c
        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;
            0    1     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "MetalBorders.java"
NestHost: javax.swing.plaf.metal.MetalBorders
InnerClasses:
  public ScrollPaneBorder = javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder of javax.swing.plaf.metal.MetalBorders