class com.apple.laf.AquaInternalFrameUI$4$1 implements com.apple.laf.AquaUtils$Painter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaInternalFrameUI$4$1
  super_class: java.lang.Object
{
  final com.apple.laf.AquaInternalFrameUI$4 this$1;
    descriptor: Lcom/apple/laf/AquaInternalFrameUI$4;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.AquaInternalFrameUI$4);
    descriptor: (Lcom/apple/laf/AquaInternalFrameUI$4;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$4$1 this
         0: .line 708
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaInternalFrameUI$4$1.this$1:Lcom/apple/laf/AquaInternalFrameUI$4;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI$4$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void paint(java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.apple.laf.AquaInternalFrameUI$4$1 this
        start local 1 // java.awt.Graphics g
        start local 2 // int x
        start local 3 // int y
        start local 4 // int w
        start local 5 // int h
         0: .line 710
            aload 1 /* g */
            new java.awt.Color
            dup
            iconst_0
            iconst_0
            iconst_0
            sipush 196
            invokespecial java.awt.Color.<init>:(IIII)V
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         1: .line 711
            aload 1 /* g */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            bipush 16
            bipush 16
            invokevirtual java.awt.Graphics.fillRoundRect:(IIIIII)V
         2: .line 712
            aload 1 /* g */
            iload 2 /* x */
            iload 3 /* y */
            iload 5 /* h */
            iadd
            bipush 16
            isub
            iload 4 /* w */
            bipush 16
            invokevirtual java.awt.Graphics.fillRect:(IIII)V
         3: .line 713
            return
        end local 5 // int h
        end local 4 // int w
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaInternalFrameUI$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaInternalFrameUI$4$1;
            0    4     1     g  Ljava/awt/Graphics;
            0    4     2     x  I
            0    4     3     y  I
            0    4     4     w  I
            0    4     5     h  I
    MethodParameters:
      Name  Flags
      g     final
      x     final
      y     final
      w     final
      h     final
}
SourceFile: "AquaInternalFrameUI.java"
EnclosingMethod: com.apple.laf.AquaInternalFrameUI$4.getForegroundShadowBorder:()Ljavax/swing/border/Border;
NestHost: com.apple.laf.AquaInternalFrameUI
InnerClasses:
  com.apple.laf.AquaInternalFrameUI$4
  com.apple.laf.AquaInternalFrameUI$4$1
  abstract Painter = com.apple.laf.AquaUtils$Painter of com.apple.laf.AquaUtils