public class javax.swing.plaf.metal.MetalBorders$MenuItemBorder 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$MenuItemBorder
  super_class: javax.swing.border.AbstractBorder
{
  protected static java.awt.Insets borderInsets;
    descriptor: Ljava/awt/Insets;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 562
            new java.awt.Insets
            dup
            iconst_2
            iconst_2
            iconst_2
            iconst_2
            invokespecial java.awt.Insets.<init>:(IIII)V
            putstatic javax.swing.plaf.metal.MetalBorders$MenuItemBorder.borderInsets:Ljava/awt/Insets;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  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=9, args_size=7
        start local 0 // javax.swing.plaf.metal.MetalBorders$MenuItemBorder 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 565
            aload 1 /* c */
            instanceof javax.swing.JMenuItem
            ifne 2
         1: .line 566
            return
         2: .line 568
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            checkcast javax.swing.JMenuItem
            astore 7 /* b */
        start local 7 // javax.swing.JMenuItem b
         3: .line 569
            aload 7 /* b */
            invokevirtual javax.swing.JMenuItem.getModel:()Ljavax/swing/ButtonModel;
            astore 8 /* model */
        start local 8 // javax.swing.ButtonModel model
         4: .line 571
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
         5: .line 573
            aload 1 /* c */
            invokevirtual java.awt.Component.getParent:()Ljava/awt/Container;
            instanceof javax.swing.JMenuBar
            ifeq 16
         6: .line 574
            aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isArmed:()Z
            ifne 7
            aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isSelected:()Z
            ifeq 24
         7: .line 575
      StackMap locals: javax.swing.JMenuItem javax.swing.ButtonModel
      StackMap stack:
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getControlDarkShadow:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         8: .line 576
            aload 2 /* g */
            iconst_0
            iconst_0
            iload 5 /* w */
            iconst_2
            isub
            iconst_0
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         9: .line 577
            aload 2 /* g */
            iconst_0
            iconst_0
            iconst_0
            iload 6 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        10: .line 578
            aload 2 /* g */
            iload 5 /* w */
            iconst_2
            isub
            iconst_2
            iload 5 /* w */
            iconst_2
            isub
            iload 6 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        11: .line 580
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getPrimaryControlHighlight:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        12: .line 581
            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
        13: .line 583
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getMenuBackground:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        14: .line 584
            aload 2 /* g */
            iload 5 /* w */
            iconst_1
            isub
            iconst_0
            iload 5 /* w */
            iconst_1
            isub
            iconst_0
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        15: .line 586
            goto 24
        16: .line 587
      StackMap locals:
      StackMap stack:
            aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isArmed:()Z
            ifne 17
            aload 1 /* c */
            instanceof javax.swing.JMenu
            ifeq 22
            aload 8 /* model */
            invokeinterface javax.swing.ButtonModel.isSelected:()Z
            ifeq 22
        17: .line 588
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getPrimaryControlDarkShadow:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        18: .line 589
            aload 2 /* g */
            iconst_0
            iconst_0
            iload 5 /* w */
            iconst_1
            isub
            iconst_0
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        19: .line 591
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getPrimaryControlHighlight:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        20: .line 592
            aload 2 /* g */
            iconst_0
            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
        21: .line 593
            goto 24
        22: .line 594
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getPrimaryControlHighlight:()Ljavax/swing/plaf/ColorUIResource;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        23: .line 595
            aload 2 /* g */
            iconst_0
            iconst_0
            iconst_0
            iload 6 /* h */
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        24: .line 599
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        25: .line 600
            return
        end local 8 // javax.swing.ButtonModel model
        end local 7 // javax.swing.JMenuItem b
        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$MenuItemBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   26     0   this  Ljavax/swing/plaf/metal/MetalBorders$MenuItemBorder;
            0   26     1      c  Ljava/awt/Component;
            0   26     2      g  Ljava/awt/Graphics;
            0   26     3      x  I
            0   26     4      y  I
            0   26     5      w  I
            0   26     6      h  I
            3   26     7      b  Ljavax/swing/JMenuItem;
            4   26     8  model  Ljavax/swing/ButtonModel;
    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$MenuItemBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets newInsets
         0: .line 603
            aload 2 /* newInsets */
            iconst_2
            iconst_2
            iconst_2
            iconst_2
            invokevirtual java.awt.Insets.set:(IIII)V
         1: .line 604
            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$MenuItemBorder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavax/swing/plaf/metal/MetalBorders$MenuItemBorder;
            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 MenuItemBorder = javax.swing.plaf.metal.MetalBorders$MenuItemBorder of javax.swing.plaf.metal.MetalBorders