public class javax.swing.plaf.metal.MetalBorders$OptionDialogBorder 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$OptionDialogBorder
  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$OptionDialogBorder this
         0: .line 466
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 467
            aload 0 /* this */
            iconst_0
            putfield javax.swing.plaf.metal.MetalBorders$OptionDialogBorder.titleHeight:I
         2: .line 466
            return
        end local 0 // javax.swing.plaf.metal.MetalBorders$OptionDialogBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/plaf/metal/MetalBorders$OptionDialogBorder;

  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=7, locals=10, args_size=7
        start local 0 // javax.swing.plaf.metal.MetalBorders$OptionDialogBorder 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 471
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
         1: .line 473
            iconst_m1
            istore 7 /* messageType */
        start local 7 // int messageType
         2: .line 474
            aload 1 /* c */
            instanceof javax.swing.JInternalFrame
            ifeq 8
         3: .line 475
            aload 1 /* c */
            checkcast javax.swing.JInternalFrame
         4: .line 476
            ldc "JInternalFrame.messageType"
         5: .line 475
            invokevirtual javax.swing.JInternalFrame.getClientProperty:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 8 /* obj */
        start local 8 // java.lang.Object obj
         6: .line 477
            aload 8 /* obj */
            instanceof java.lang.Integer
            ifeq 8
         7: .line 478
            aload 8 /* obj */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 7 /* messageType */
        end local 8 // java.lang.Object obj
         8: .line 484
      StackMap locals: int
      StackMap stack:
            iload 7 /* messageType */
            tableswitch { // -1 - 3
                   -1: 18
                    0: 9
                    1: 18
                    2: 15
                    3: 12
              default: 18
          }
         9: .line 487
      StackMap locals:
      StackMap stack:
            ldc "OptionPane.errorDialog.border.background"
        10: .line 486
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            astore 8 /* borderColor */
        start local 8 // java.awt.Color borderColor
        11: .line 488
            goto 19
        end local 8 // java.awt.Color borderColor
        12: .line 491
      StackMap locals:
      StackMap stack:
            ldc "OptionPane.questionDialog.border.background"
        13: .line 490
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            astore 8 /* borderColor */
        start local 8 // java.awt.Color borderColor
        14: .line 492
            goto 19
        end local 8 // java.awt.Color borderColor
        15: .line 495
      StackMap locals:
      StackMap stack:
            ldc "OptionPane.warningDialog.border.background"
        16: .line 494
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            astore 8 /* borderColor */
        start local 8 // java.awt.Color borderColor
        17: .line 496
            goto 19
        end local 8 // java.awt.Color borderColor
        18: .line 500
      StackMap locals:
      StackMap stack:
            invokestatic javax.swing.plaf.metal.MetalLookAndFeel.getPrimaryControlDarkShadow:()Ljavax/swing/plaf/ColorUIResource;
            astore 8 /* borderColor */
        start local 8 // java.awt.Color borderColor
        19: .line 504
      StackMap locals: java.awt.Color
      StackMap stack:
            aload 2 /* g */
            aload 8 /* borderColor */
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        20: .line 507
            aload 2 /* g */
            iconst_1
            iconst_0
            iload 5 /* w */
            iconst_2
            isub
            iconst_0
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        21: .line 508
            aload 2 /* g */
            iconst_0
            iconst_1
            iconst_0
            iload 6 /* h */
            iconst_2
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        22: .line 509
            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
        23: .line 510
            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
        24: .line 513
            iconst_1
            istore 9 /* i */
        start local 9 // int i
        25: goto 28
        26: .line 514
      StackMap locals: int
      StackMap stack:
            aload 2 /* g */
            iload 9 /* i */
            iload 9 /* i */
            iload 5 /* w */
            iload 9 /* i */
            iconst_2
            imul
            isub
            iconst_1
            isub
            iload 6 /* h */
            iload 9 /* i */
            iconst_2
            imul
            isub
            iconst_1
            isub
            invokevirtual java.awt.Graphics.drawRect:(IIII)V
        27: .line 513
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 9 /* i */
            iconst_3
            if_icmplt 26
        end local 9 // int i
        29: .line 517
            aload 2 /* g */
            iload 3 /* x */
            ineg
            iload 4 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        30: .line 519
            return
        end local 8 // java.awt.Color borderColor
        end local 7 // int messageType
        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$OptionDialogBorder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   31     0         this  Ljavax/swing/plaf/metal/MetalBorders$OptionDialogBorder;
            0   31     1            c  Ljava/awt/Component;
            0   31     2            g  Ljava/awt/Graphics;
            0   31     3            x  I
            0   31     4            y  I
            0   31     5            w  I
            0   31     6            h  I
            2   31     7  messageType  I
            6    8     8          obj  Ljava/lang/Object;
           11   12     8  borderColor  Ljava/awt/Color;
           14   15     8  borderColor  Ljava/awt/Color;
           17   18     8  borderColor  Ljava/awt/Color;
           19   31     8  borderColor  Ljava/awt/Color;
           25   29     9            i  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$OptionDialogBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets newInsets
         0: .line 522
            aload 2 /* newInsets */
            iconst_3
            iconst_3
            iconst_3
            iconst_3
            invokevirtual java.awt.Insets.set:(IIII)V
         1: .line 523
            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$OptionDialogBorder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavax/swing/plaf/metal/MetalBorders$OptionDialogBorder;
            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 OptionDialogBorder = javax.swing.plaf.metal.MetalBorders$OptionDialogBorder of javax.swing.plaf.metal.MetalBorders