public class javax.swing.plaf.metal.MetalBorders$PaletteBorder 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$PaletteBorder
  super_class: javax.swing.border.AbstractBorder
{
  int titleHeight;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.plaf.metal.MetalBorders$PaletteBorder this
         0: .line 444
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 445
            aload 0 /* this */
            iconst_0
            putfield javax.swing.plaf.metal.MetalBorders$PaletteBorder.titleHeight:I
         2: .line 444
            return
        end local 0 // javax.swing.plaf.metal.MetalBorders$PaletteBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/plaf/metal/MetalBorders$PaletteBorder;

  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=7, args_size=7
        start local 0 // javax.swing.plaf.metal.MetalBorders$PaletteBorder 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 449
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
         1: .line 450
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getPrimaryControlDarkShadow:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         2: .line 451
            aload 2 /* g */
            iconst_0
            iconst_1
            iconst_0
            iload 6 /* h */
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         3: .line 452
            aload 2 /* g */
            iconst_1
            iload 6 /* h */
            iconst_1
            isub
            iload 5 /* w */
            iconst_2
            isub
            iload 6 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         4: .line 453
            aload 2 /* g */
            iload 5 /* w */
            iconst_1
            isub
            iconst_1
            iload 5 /* w */
            iconst_1
            isub
            iload 6 /* h */
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         5: .line 454
            aload 2 /* g */
            iconst_1
            iconst_0
            iload 5 /* w */
            iconst_2
            isub
            iconst_0
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 455
            aload 2 /* g */
            iconst_1
            iconst_1
            iload 5 /* w */
            iconst_3
            isub
            iload 6 /* h */
            iconst_3
            isub
            invokevirtual java.awt.Graphics.drawRect:(IIII)V
         7: .line 456
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
         8: .line 458
            return
        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$PaletteBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljavax/swing/plaf/metal/MetalBorders$PaletteBorder;
            0    9     1     c  Ljava/awt/Component;
            0    9     2     g  Ljava/awt/Graphics;
            0    9     3     x  I
            0    9     4     y  I
            0    9     5     w  I
            0    9     6     h  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$PaletteBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets newInsets
         0: .line 461
            aload 2 /* newInsets */
            iconst_1
            iconst_1
            iconst_1
            iconst_1
            invokevirtual java.awt.Insets.set:(IIII)V
         1: .line 462
            aload 2 /* newInsets */
            areturn
        end local 2 // java.awt.Insets newInsets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.plaf.metal.MetalBorders$PaletteBorder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavax/swing/plaf/metal/MetalBorders$PaletteBorder;
            0    2     1          c  Ljava/awt/Component;
            0    2     2  newInsets  Ljava/awt/Insets;
    MethodParameters:
           Name  Flags
      c          
      newInsets  
}
SourceFile: "MetalBorders.java"
NestHost: javax.swing.plaf.metal.MetalBorders
InnerClasses:
  public PaletteBorder = javax.swing.plaf.metal.MetalBorders$PaletteBorder of javax.swing.plaf.metal.MetalBorders