public class javax.swing.plaf.metal.MetalBorders$Flush3DBorder 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$Flush3DBorder
  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$Flush3DBorder this
         0: .line 61
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
            return
        end local 0 // javax.swing.plaf.metal.MetalBorders$Flush3DBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/plaf/metal/MetalBorders$Flush3DBorder;

  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=5, locals=7, args_size=7
        start local 0 // javax.swing.plaf.metal.MetalBorders$Flush3DBorder 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 64
            aload 1 /* c */
            invokevirtual java.awt.Component.isEnabled:()Z
            ifeq 3
         1: .line 65
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokestatic javax.swing.plaf.metal.MetalUtils.drawFlush3DBorder:(Ljava/awt/Graphics;IIII)V
         2: .line 66
            goto 4
         3: .line 67
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* w */
            iload 6 /* h */
            invokestatic javax.swing.plaf.metal.MetalUtils.drawDisabledBorder:(Ljava/awt/Graphics;IIII)V
         4: .line 69
      StackMap locals:
      StackMap stack:
            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$Flush3DBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/plaf/metal/MetalBorders$Flush3DBorder;
            0    5     1     c  Ljava/awt/Component;
            0    5     2     g  Ljava/awt/Graphics;
            0    5     3     x  I
            0    5     4     y  I
            0    5     5     w  I
            0    5     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$Flush3DBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets newInsets
         0: .line 72
            aload 2 /* newInsets */
            iconst_2
            iconst_2
            iconst_2
            iconst_2
            invokevirtual java.awt.Insets.set:(IIII)V
         1: .line 73
            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$Flush3DBorder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavax/swing/plaf/metal/MetalBorders$Flush3DBorder;
            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 Flush3DBorder = javax.swing.plaf.metal.MetalBorders$Flush3DBorder of javax.swing.plaf.metal.MetalBorders