public class com.apple.laf.AquaInternalFrameUI extends javax.swing.plaf.basic.BasicInternalFrameUI implements javax.swing.SwingConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaInternalFrameUI
  super_class: javax.swing.plaf.basic.BasicInternalFrameUI
{
  protected static final java.lang.String IS_PALETTE_PROPERTY;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: "JInternalFrame.isPalette"

  private static final java.lang.String FRAME_TYPE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "JInternalFrame.frameType"

  private static final java.lang.String NORMAL_FRAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "normal"

  private static final java.lang.String PALETTE_FRAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "palette"

  private static final java.lang.String OPTION_DIALOG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "optionDialog"

  java.beans.PropertyChangeListener fPropertyListener;
    descriptor: Ljava/beans/PropertyChangeListener;
    flags: (0x0000) 

  protected java.awt.Color fSelectedTextColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Color fNotSelectedTextColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  com.apple.laf.AquaInternalFrameBorder fAquaBorder;
    descriptor: Lcom/apple/laf/AquaInternalFrameBorder;
    flags: (0x0000) 

  boolean fMouseOverPressedButton;
    descriptor: Z
    flags: (0x0000) 

  int fWhichButtonPressed;
    descriptor: I
    flags: (0x0000) 

  boolean fRollover;
    descriptor: Z
    flags: (0x0000) 

  boolean fDocumentEdited;
    descriptor: Z
    flags: (0x0000) 

  boolean fIsPallet;
    descriptor: Z
    flags: (0x0000) 

  static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.Icon> closeIcon;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/Icon;>;

  static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.Icon> minimizeIcon;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/Icon;>;

  static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.Icon> zoomIcon;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/Icon;>;

  protected com.apple.laf.AquaInternalFrameUI$ResizeBox resizeBox;
    descriptor: Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
    flags: (0x0004) ACC_PROTECTED

  static final com.apple.laf.AquaInternalFrameUI$InternalFrameShadow documentWindowShadow;
    descriptor: Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final com.apple.laf.AquaInternalFrameUI$InternalFrameShadow paletteWindowShadow;
    descriptor: Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.Icon> RESIZE_ICON;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/Icon;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 146
            new com.apple.laf.AquaInternalFrameUI$1
            dup
            invokespecial com.apple.laf.AquaInternalFrameUI$1.<init>:()V
            putstatic com.apple.laf.AquaInternalFrameUI.closeIcon:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         1: .line 155
            new com.apple.laf.AquaInternalFrameUI$2
            dup
            invokespecial com.apple.laf.AquaInternalFrameUI$2.<init>:()V
            putstatic com.apple.laf.AquaInternalFrameUI.minimizeIcon:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         2: .line 164
            new com.apple.laf.AquaInternalFrameUI$3
            dup
            invokespecial com.apple.laf.AquaInternalFrameUI$3.<init>:()V
            putstatic com.apple.laf.AquaInternalFrameUI.zoomIcon:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         3: .line 706
            new com.apple.laf.AquaInternalFrameUI$4
            dup
            invokespecial com.apple.laf.AquaInternalFrameUI$4.<init>:()V
            putstatic com.apple.laf.AquaInternalFrameUI.documentWindowShadow:Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
         4: .line 740
            new com.apple.laf.AquaInternalFrameUI$5
            dup
            invokespecial com.apple.laf.AquaInternalFrameUI$5.<init>:()V
            putstatic com.apple.laf.AquaInternalFrameUI.paletteWindowShadow:Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
         5: .line 788
            new com.apple.laf.AquaInternalFrameUI$6
            dup
            invokespecial com.apple.laf.AquaInternalFrameUI$6.<init>:()V
            putstatic com.apple.laf.AquaInternalFrameUI.RESIZE_ICON:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         6: .line 798
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int getWhichButtonPressed();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 78
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fWhichButtonPressed:I
            ireturn
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  public boolean getMouseOverPressedButton();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 82
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fMouseOverPressedButton:Z
            ireturn
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  public boolean getRollover();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 86
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fRollover:Z
            ireturn
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.swing.JComponent b
         0: .line 91
            new com.apple.laf.AquaInternalFrameUI
            dup
            aload 0 /* b */
            checkcast javax.swing.JInternalFrame
            invokespecial com.apple.laf.AquaInternalFrameUI.<init>:(Ljavax/swing/JInternalFrame;)V
            areturn
        end local 0 // javax.swing.JComponent b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     b  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      b     final

  public void <init>(javax.swing.JInternalFrame);
    descriptor: (Ljavax/swing/JInternalFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JInternalFrame b
         0: .line 95
            aload 0 /* this */
            aload 1 /* b */
            invokespecial javax.swing.plaf.basic.BasicInternalFrameUI.<init>:(Ljavax/swing/JInternalFrame;)V
         1: .line 72
            aload 0 /* this */
            iconst_m1
            putfield com.apple.laf.AquaInternalFrameUI.fWhichButtonPressed:I
         2: .line 73
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaInternalFrameUI.fRollover:Z
         3: .line 74
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaInternalFrameUI.fDocumentEdited:Z
         4: .line 96
            return
        end local 1 // javax.swing.JInternalFrame b
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaInternalFrameUI;
            0    5     1     b  Ljavax/swing/JInternalFrame;
    MethodParameters:
      Name  Flags
      b     final

  public void installUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JComponent c
         0: .line 101
            aload 0 /* this */
            aload 1 /* c */
            checkcast javax.swing.JInternalFrame
            putfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
         1: .line 102
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getRootPane:()Ljavax/swing/JRootPane;
            ldc "Center"
            invokevirtual javax.swing.JInternalFrame.add:(Ljava/awt/Component;Ljava/lang/Object;)V
         2: .line 104
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI.installDefaults:()V
         3: .line 105
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI.installListeners:()V
         4: .line 106
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI.installComponents:()V
         5: .line 107
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI.installKeyboardActions:()V
         6: .line 109
            aload 1 /* c */
            ldc "JInternalFrame.isPalette"
            invokevirtual javax.swing.JComponent.getClientProperty:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* paletteProp */
        start local 2 // java.lang.Object paletteProp
         7: .line 110
            aload 2 /* paletteProp */
            ifnull 10
         8: .line 111
            aload 0 /* this */
            aload 2 /* paletteProp */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.apple.laf.AquaInternalFrameUI.setPalette:(Z)V
         9: .line 112
            goto 15
        10: .line 113
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* c */
            ldc "JInternalFrame.frameType"
            invokevirtual javax.swing.JComponent.getClientProperty:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* paletteProp */
        11: .line 114
            aload 2 /* paletteProp */
            ifnull 14
        12: .line 115
            aload 0 /* this */
            aload 2 /* paletteProp */
            checkcast java.lang.String
            invokevirtual com.apple.laf.AquaInternalFrameUI.setFrameType:(Ljava/lang/String;)V
        13: .line 116
            goto 15
        14: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "normal"
            invokevirtual com.apple.laf.AquaInternalFrameUI.setFrameType:(Ljava/lang/String;)V
        15: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
        16: new java.awt.Dimension
            dup
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fIsPallet:Z
            ifeq 17
            bipush 120
            goto 18
      StackMap locals: com.apple.laf.AquaInternalFrameUI javax.swing.JComponent java.lang.Object
      StackMap stack: javax.swing.JInternalFrame new 16 new 16
        17: sipush 150
      StackMap locals: com.apple.laf.AquaInternalFrameUI javax.swing.JComponent java.lang.Object
      StackMap stack: javax.swing.JInternalFrame new 16 new 16 int
        18: aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fIsPallet:Z
            ifeq 19
            bipush 39
            goto 20
      StackMap locals: com.apple.laf.AquaInternalFrameUI javax.swing.JComponent java.lang.Object
      StackMap stack: javax.swing.JInternalFrame new 16 new 16 int
        19: bipush 65
      StackMap locals: com.apple.laf.AquaInternalFrameUI javax.swing.JComponent java.lang.Object
      StackMap stack: javax.swing.JInternalFrame new 16 new 16 int int
        20: invokespecial java.awt.Dimension.<init>:(II)V
            invokevirtual javax.swing.JInternalFrame.setMinimumSize:(Ljava/awt/Dimension;)V
        21: .line 123
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            iconst_0
            invokevirtual javax.swing.JInternalFrame.setOpaque:(Z)V
        22: .line 125
            aload 1 /* c */
        23: new com.apple.laf.AquaInternalFrameUI$CompoundUIBorder
            dup
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fIsPallet:Z
            ifeq 24
            getstatic com.apple.laf.AquaInternalFrameUI.paletteWindowShadow:Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
            invokevirtual com.apple.laf.AquaInternalFrameUI$InternalFrameShadow.get:()Ljava/lang/Object;
            checkcast javax.swing.border.Border
            goto 25
      StackMap locals: com.apple.laf.AquaInternalFrameUI javax.swing.JComponent java.lang.Object
      StackMap stack: javax.swing.JComponent new 23 new 23
        24: getstatic com.apple.laf.AquaInternalFrameUI.documentWindowShadow:Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
            invokevirtual com.apple.laf.AquaInternalFrameUI$InternalFrameShadow.get:()Ljava/lang/Object;
            checkcast javax.swing.border.Border
      StackMap locals: com.apple.laf.AquaInternalFrameUI javax.swing.JComponent java.lang.Object
      StackMap stack: javax.swing.JComponent new 23 new 23 javax.swing.border.Border
        25: aload 1 /* c */
            invokevirtual javax.swing.JComponent.getBorder:()Ljavax/swing/border/Border;
            invokespecial com.apple.laf.AquaInternalFrameUI$CompoundUIBorder.<init>:(Ljavax/swing/border/Border;Ljavax/swing/border/Border;)V
            invokevirtual javax.swing.JComponent.setBorder:(Ljavax/swing/border/Border;)V
        26: .line 126
            return
        end local 2 // java.lang.Object paletteProp
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lcom/apple/laf/AquaInternalFrameUI;
            0   27     1            c  Ljavax/swing/JComponent;
            7   27     2  paletteProp  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      c     final

  protected void installDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 129
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicInternalFrameUI.installDefaults:()V
         1: .line 130
            aload 0 /* this */
            ldc "InternalFrame.activeTitleForeground"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaInternalFrameUI.fSelectedTextColor:Ljava/awt/Color;
         2: .line 131
            aload 0 /* this */
            ldc "InternalFrame.inactiveTitleForeground"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            putfield com.apple.laf.AquaInternalFrameUI.fNotSelectedTextColor:Ljava/awt/Color;
         3: .line 132
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  public void setSouthPane(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JComponent c
         0: .line 135
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.southPane:Ljavax/swing/JComponent;
            ifnull 3
         1: .line 136
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.southPane:Ljavax/swing/JComponent;
            invokevirtual javax.swing.JInternalFrame.remove:(Ljava/awt/Component;)V
         2: .line 137
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.southPane:Ljavax/swing/JComponent;
            invokevirtual com.apple.laf.AquaInternalFrameUI.deinstallMouseHandlers:(Ljavax/swing/JComponent;)V
         3: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            ifnull 6
         4: .line 140
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 1 /* c */
            invokevirtual javax.swing.JInternalFrame.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         5: .line 141
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.apple.laf.AquaInternalFrameUI.installMouseHandlers:(Ljavax/swing/JComponent;)V
         6: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            putfield com.apple.laf.AquaInternalFrameUI.southPane:Ljavax/swing/JComponent;
         7: .line 144
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/apple/laf/AquaInternalFrameUI;
            0    8     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  public static javax.swing.Icon exportCloseIcon();
    descriptor: ()Ljavax/swing/Icon;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 152
            getstatic com.apple.laf.AquaInternalFrameUI.closeIcon:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.Icon
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.Icon exportMinimizeIcon();
    descriptor: ()Ljavax/swing/Icon;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 161
            getstatic com.apple.laf.AquaInternalFrameUI.minimizeIcon:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.Icon
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.Icon exportZoomIcon();
    descriptor: ()Ljavax/swing/Icon;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 170
            getstatic com.apple.laf.AquaInternalFrameUI.zoomIcon:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.Icon
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void installKeyboardActions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 197
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  protected void installComponents();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 201
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getLayeredPane:()Ljavax/swing/JLayeredPane;
            astore 1 /* layeredPane */
        start local 1 // javax.swing.JLayeredPane layeredPane
         1: .line 202
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            ifnull 6
         2: .line 203
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.removeListeners:()V
         3: .line 204
            aload 1 /* layeredPane */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            invokevirtual javax.swing.JLayeredPane.removeComponentListener:(Ljava/awt/event/ComponentListener;)V
         4: .line 205
            aload 1 /* layeredPane */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            invokevirtual javax.swing.JLayeredPane.remove:(Ljava/awt/Component;)V
         5: .line 206
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
         6: .line 209
      StackMap locals: javax.swing.JLayeredPane
      StackMap stack:
            aload 0 /* this */
            new com.apple.laf.AquaInternalFrameUI$ResizeBox
            dup
            aload 0 /* this */
            aload 1 /* layeredPane */
            invokespecial com.apple.laf.AquaInternalFrameUI$ResizeBox.<init>:(Lcom/apple/laf/AquaInternalFrameUI;Ljavax/swing/JLayeredPane;)V
            putfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
         7: .line 210
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.repositionResizeBox:()V
         8: .line 212
            aload 1 /* layeredPane */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            invokevirtual javax.swing.JLayeredPane.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         9: .line 213
            aload 1 /* layeredPane */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            getstatic javax.swing.JLayeredPane.DRAG_LAYER:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual javax.swing.JLayeredPane.setLayer:(Ljava/awt/Component;I)V
        10: .line 214
            aload 1 /* layeredPane */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            invokevirtual javax.swing.JLayeredPane.addComponentListener:(Ljava/awt/event/ComponentListener;)V
        11: .line 216
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.addListeners:()V
        12: .line 217
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.resizeBox:Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.isResizable:()Z
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.setVisible:(Z)V
        13: .line 218
            return
        end local 1 // javax.swing.JLayeredPane layeredPane
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lcom/apple/laf/AquaInternalFrameUI;
            1   14     1  layeredPane  Ljavax/swing/JLayeredPane;

  protected void installListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 222
            aload 0 /* this */
            new com.apple.laf.AquaInternalFrameUI$PropertyListener
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaInternalFrameUI$PropertyListener.<init>:(Lcom/apple/laf/AquaInternalFrameUI;)V
            putfield com.apple.laf.AquaInternalFrameUI.fPropertyListener:Ljava/beans/PropertyChangeListener;
         1: .line 223
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fPropertyListener:Ljava/beans/PropertyChangeListener;
            invokevirtual javax.swing.JInternalFrame.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         2: .line 224
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicInternalFrameUI.installListeners:()V
         3: .line 225
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  protected void uninstallListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 230
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicInternalFrameUI.uninstallListeners:()V
         1: .line 231
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fPropertyListener:Ljava/beans/PropertyChangeListener;
            invokevirtual javax.swing.JInternalFrame.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         2: .line 232
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  protected void uninstallKeyboardActions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 235
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  protected void installMouseHandlers(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JComponent c
         0: .line 240
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.borderListener:Ljavax/swing/event/MouseInputAdapter;
            invokevirtual javax.swing.JComponent.addMouseListener:(Ljava/awt/event/MouseListener;)V
         1: .line 241
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.borderListener:Ljavax/swing/event/MouseInputAdapter;
            invokevirtual javax.swing.JComponent.addMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V
         2: .line 242
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaInternalFrameUI;
            0    3     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  protected void deinstallMouseHandlers(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JComponent c
         0: .line 245
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.borderListener:Ljavax/swing/event/MouseInputAdapter;
            invokevirtual javax.swing.JComponent.removeMouseListener:(Ljava/awt/event/MouseListener;)V
         1: .line 246
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.borderListener:Ljavax/swing/event/MouseInputAdapter;
            invokevirtual javax.swing.JComponent.removeMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V
         2: .line 247
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaInternalFrameUI;
            0    3     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  javax.swing.ActionMap createActionMap();
    descriptor: ()Ljavax/swing/ActionMap;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 250
            new javax.swing.plaf.ActionMapUIResource
            dup
            invokespecial javax.swing.plaf.ActionMapUIResource.<init>:()V
            astore 1 /* map */
        start local 1 // javax.swing.ActionMap map
         1: .line 253
            invokestatic javax.swing.UIManager.getLookAndFeel:()Ljavax/swing/LookAndFeel;
            checkcast com.apple.laf.AquaLookAndFeel
            astore 2 /* lf */
        start local 2 // com.apple.laf.AquaLookAndFeel lf
         2: .line 254
            aload 2 /* lf */
            invokevirtual com.apple.laf.AquaLookAndFeel.getAudioActionMap:()Ljavax/swing/ActionMap;
            astore 3 /* audioMap */
        start local 3 // javax.swing.ActionMap audioMap
         3: .line 255
            aload 1 /* map */
            aload 3 /* audioMap */
            invokevirtual javax.swing.ActionMap.setParent:(Ljavax/swing/ActionMap;)V
         4: .line 256
            aload 1 /* map */
            areturn
        end local 3 // javax.swing.ActionMap audioMap
        end local 2 // com.apple.laf.AquaLookAndFeel lf
        end local 1 // javax.swing.ActionMap map
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/apple/laf/AquaInternalFrameUI;
            1    5     1       map  Ljavax/swing/ActionMap;
            2    5     2        lf  Lcom/apple/laf/AquaLookAndFeel;
            3    5     3  audioMap  Ljavax/swing/ActionMap;

  public java.awt.Dimension getPreferredSize(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JComponent x
         0: .line 260
            aload 0 /* this */
            aload 1 /* x */
            invokespecial javax.swing.plaf.basic.BasicInternalFrameUI.getPreferredSize:(Ljavax/swing/JComponent;)Ljava/awt/Dimension;
            astore 2 /* preferredSize */
        start local 2 // java.awt.Dimension preferredSize
         1: .line 261
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getMinimumSize:()Ljava/awt/Dimension;
            astore 3 /* minimumSize */
        start local 3 // java.awt.Dimension minimumSize
         2: .line 262
            aload 2 /* preferredSize */
            getfield java.awt.Dimension.width:I
            aload 3 /* minimumSize */
            getfield java.awt.Dimension.width:I
            if_icmpge 4
         3: .line 263
            aload 2 /* preferredSize */
            aload 3 /* minimumSize */
            getfield java.awt.Dimension.width:I
            putfield java.awt.Dimension.width:I
         4: .line 265
      StackMap locals: java.awt.Dimension java.awt.Dimension
      StackMap stack:
            aload 2 /* preferredSize */
            getfield java.awt.Dimension.height:I
            aload 3 /* minimumSize */
            getfield java.awt.Dimension.height:I
            if_icmpge 6
         5: .line 266
            aload 2 /* preferredSize */
            aload 3 /* minimumSize */
            getfield java.awt.Dimension.height:I
            putfield java.awt.Dimension.height:I
         6: .line 268
      StackMap locals:
      StackMap stack:
            aload 2 /* preferredSize */
            areturn
        end local 3 // java.awt.Dimension minimumSize
        end local 2 // java.awt.Dimension preferredSize
        end local 1 // javax.swing.JComponent x
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/apple/laf/AquaInternalFrameUI;
            0    7     1              x  Ljavax/swing/JComponent;
            1    7     2  preferredSize  Ljava/awt/Dimension;
            2    7     3    minimumSize  Ljava/awt/Dimension;
    MethodParameters:
      Name  Flags
      x     

  public void setNorthPane(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JComponent c
         0: .line 272
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.northPane:Ljavax/swing/JComponent;
            aload 1 /* c */
            invokevirtual com.apple.laf.AquaInternalFrameUI.replacePane:(Ljavax/swing/JComponent;Ljavax/swing/JComponent;)V
         1: .line 273
            aload 0 /* this */
            aload 1 /* c */
            putfield com.apple.laf.AquaInternalFrameUI.northPane:Ljavax/swing/JComponent;
         2: .line 274
            return
        end local 1 // javax.swing.JComponent c
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaInternalFrameUI;
            0    3     1     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  protected void replacePane(javax.swing.JComponent, javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;Ljavax/swing/JComponent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JComponent currentPane
        start local 2 // javax.swing.JComponent newPane
         0: .line 282
            aload 1 /* currentPane */
            ifnull 3
         1: .line 283
            aload 0 /* this */
            aload 1 /* currentPane */
            invokevirtual com.apple.laf.AquaInternalFrameUI.deinstallMouseHandlers:(Ljavax/swing/JComponent;)V
         2: .line 284
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 1 /* currentPane */
            invokevirtual javax.swing.JInternalFrame.remove:(Ljava/awt/Component;)V
         3: .line 286
      StackMap locals:
      StackMap stack:
            aload 2 /* newPane */
            ifnull 6
         4: .line 287
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 2 /* newPane */
            invokevirtual javax.swing.JInternalFrame.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         5: .line 288
            aload 0 /* this */
            aload 2 /* newPane */
            invokevirtual com.apple.laf.AquaInternalFrameUI.installMouseHandlers:(Ljavax/swing/JComponent;)V
         6: .line 290
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.swing.JComponent newPane
        end local 1 // javax.swing.JComponent currentPane
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/apple/laf/AquaInternalFrameUI;
            0    7     1  currentPane  Ljavax/swing/JComponent;
            0    7     2      newPane  Ljavax/swing/JComponent;
    MethodParameters:
             Name  Flags
      currentPane  final
      newPane      final

  protected javax.swing.event.MouseInputAdapter createBorderListener(javax.swing.JInternalFrame);
    descriptor: (Ljavax/swing/JInternalFrame;)Ljavax/swing/event/MouseInputAdapter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // javax.swing.JInternalFrame w
         0: .line 294
            new com.apple.laf.AquaInternalFrameUI$AquaBorderListener
            dup
            aload 0 /* this */
            invokespecial com.apple.laf.AquaInternalFrameUI$AquaBorderListener.<init>:(Lcom/apple/laf/AquaInternalFrameUI;)V
            areturn
        end local 1 // javax.swing.JInternalFrame w
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI;
            0    1     1     w  Ljavax/swing/JInternalFrame;
    MethodParameters:
      Name  Flags
      w     final

  void setFrameType(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // java.lang.String frameType
         0: .line 305
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getBackground:()Ljava/awt/Color;
            astore 2 /* bg */
        start local 2 // java.awt.Color bg
         1: .line 306
            aload 2 /* bg */
            ifnull 2
            aload 2 /* bg */
            instanceof javax.swing.plaf.UIResource
            ifne 2
            iconst_0
            goto 3
      StackMap locals: java.awt.Color
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* replaceColor */
        start local 3 // boolean replaceColor
         4: .line 308
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getFont:()Ljava/awt/Font;
            astore 4 /* font */
        start local 4 // java.awt.Font font
         5: .line 309
            aload 4 /* font */
            ifnull 6
            aload 4 /* font */
            instanceof javax.swing.plaf.UIResource
            ifne 6
            iconst_0
            goto 7
      StackMap locals: int java.awt.Font
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* replaceFont */
        start local 5 // boolean replaceFont
         8: .line 311
            iconst_0
            istore 6 /* isPalette */
        start local 6 // boolean isPalette
         9: .line 312
            aload 1 /* frameType */
            ldc "optionDialog"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
        10: .line 313
            aload 0 /* this */
            invokestatic com.apple.laf.AquaInternalFrameBorder.dialog:()Lcom/apple/laf/AquaInternalFrameBorder;
            putfield com.apple.laf.AquaInternalFrameUI.fAquaBorder:Lcom/apple/laf/AquaInternalFrameBorder;
        11: .line 314
            iload 3 /* replaceColor */
            ifeq 12
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            ldc "InternalFrame.optionDialogBackground"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            invokevirtual javax.swing.JInternalFrame.setBackground:(Ljava/awt/Color;)V
        12: .line 315
      StackMap locals: int int
      StackMap stack:
            iload 5 /* replaceFont */
            ifeq 23
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            ldc "InternalFrame.optionDialogTitleFont"
            invokestatic javax.swing.UIManager.getFont:(Ljava/lang/Object;)Ljava/awt/Font;
            invokevirtual javax.swing.JInternalFrame.setFont:(Ljava/awt/Font;)V
        13: .line 316
            goto 23
      StackMap locals:
      StackMap stack:
        14: aload 1 /* frameType */
            ldc "palette"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        15: .line 317
            aload 0 /* this */
            invokestatic com.apple.laf.AquaInternalFrameBorder.utility:()Lcom/apple/laf/AquaInternalFrameBorder;
            putfield com.apple.laf.AquaInternalFrameUI.fAquaBorder:Lcom/apple/laf/AquaInternalFrameBorder;
        16: .line 318
            iload 3 /* replaceColor */
            ifeq 17
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            ldc "InternalFrame.paletteBackground"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            invokevirtual javax.swing.JInternalFrame.setBackground:(Ljava/awt/Color;)V
        17: .line 319
      StackMap locals:
      StackMap stack:
            iload 5 /* replaceFont */
            ifeq 18
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            ldc "InternalFrame.paletteTitleFont"
            invokestatic javax.swing.UIManager.getFont:(Ljava/lang/Object;)Ljava/awt/Font;
            invokevirtual javax.swing.JInternalFrame.setFont:(Ljava/awt/Font;)V
        18: .line 320
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* isPalette */
        19: .line 321
            goto 23
        20: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.apple.laf.AquaInternalFrameBorder.window:()Lcom/apple/laf/AquaInternalFrameBorder;
            putfield com.apple.laf.AquaInternalFrameUI.fAquaBorder:Lcom/apple/laf/AquaInternalFrameBorder;
        21: .line 323
            iload 3 /* replaceColor */
            ifeq 22
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            ldc "InternalFrame.background"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            invokevirtual javax.swing.JInternalFrame.setBackground:(Ljava/awt/Color;)V
        22: .line 324
      StackMap locals:
      StackMap stack:
            iload 5 /* replaceFont */
            ifeq 23
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            ldc "InternalFrame.titleFont"
            invokestatic javax.swing.UIManager.getFont:(Ljava/lang/Object;)Ljava/awt/Font;
            invokevirtual javax.swing.JInternalFrame.setFont:(Ljava/awt/Font;)V
        23: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fAquaBorder:Lcom/apple/laf/AquaInternalFrameBorder;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fSelectedTextColor:Ljava/awt/Color;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fNotSelectedTextColor:Ljava/awt/Color;
            invokevirtual com.apple.laf.AquaInternalFrameBorder.setColors:(Ljava/awt/Color;Ljava/awt/Color;)V
        24: .line 330
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fAquaBorder:Lcom/apple/laf/AquaInternalFrameBorder;
            invokevirtual javax.swing.JInternalFrame.setBorder:(Ljavax/swing/border/Border;)V
        25: .line 332
            aload 0 /* this */
            iload 6 /* isPalette */
            putfield com.apple.laf.AquaInternalFrameUI.fIsPallet:Z
        26: .line 333
            return
        end local 6 // boolean isPalette
        end local 5 // boolean replaceFont
        end local 4 // java.awt.Font font
        end local 3 // boolean replaceColor
        end local 2 // java.awt.Color bg
        end local 1 // java.lang.String frameType
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lcom/apple/laf/AquaInternalFrameUI;
            0   27     1     frameType  Ljava/lang/String;
            1   27     2            bg  Ljava/awt/Color;
            4   27     3  replaceColor  Z
            5   27     4          font  Ljava/awt/Font;
            8   27     5   replaceFont  Z
            9   27     6     isPalette  Z
    MethodParameters:
           Name  Flags
      frameType  final

  public void setPalette(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // boolean isPalette
         0: .line 336
            aload 0 /* this */
            iload 1 /* isPalette */
            ifeq 1
            ldc "palette"
            goto 2
      StackMap locals:
      StackMap stack: com.apple.laf.AquaInternalFrameUI
         1: ldc "normal"
      StackMap locals: com.apple.laf.AquaInternalFrameUI int
      StackMap stack: com.apple.laf.AquaInternalFrameUI java.lang.String
         2: invokevirtual com.apple.laf.AquaInternalFrameUI.setFrameType:(Ljava/lang/String;)V
         3: .line 337
            return
        end local 1 // boolean isPalette
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/apple/laf/AquaInternalFrameUI;
            0    4     1  isPalette  Z
    MethodParameters:
           Name  Flags
      isPalette  final

  public boolean isDocumentEdited();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI this
         0: .line 340
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI.fDocumentEdited:Z
            ireturn
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI;

  public void setDocumentEdited(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI this
        start local 1 // boolean flag
         0: .line 344
            aload 0 /* this */
            iload 1 /* flag */
            putfield com.apple.laf.AquaInternalFrameUI.fDocumentEdited:Z
         1: .line 345
            return
        end local 1 // boolean flag
        end local 0 // com.apple.laf.AquaInternalFrameUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI;
            0    2     1  flag  Z
    MethodParameters:
      Name  Flags
      flag  final

  static void updateComponentTreeUIActivation(java.awt.Component, java.lang.Object);
    descriptor: (Ljava/awt/Component;Ljava/lang/Object;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // java.awt.Component c
        start local 1 // java.lang.Object active
         0: .line 651
            aload 0 /* c */
            instanceof javax.swing.JComponent
            ifeq 2
         1: .line 652
            aload 0 /* c */
            checkcast javax.swing.JComponent
            ldc "Frame.active"
            aload 1 /* active */
            invokevirtual javax.swing.JComponent.putClientProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 655
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* children */
        start local 2 // java.awt.Component[] children
         3: .line 657
            aload 0 /* c */
            instanceof javax.swing.JMenu
            ifeq 6
         4: .line 658
            aload 0 /* c */
            checkcast javax.swing.JMenu
            invokevirtual javax.swing.JMenu.getMenuComponents:()[Ljava/awt/Component;
            astore 2 /* children */
         5: .line 659
            goto 8
      StackMap locals: java.awt.Component[]
      StackMap stack:
         6: aload 0 /* c */
            instanceof java.awt.Container
            ifeq 8
         7: .line 660
            aload 0 /* c */
            checkcast java.awt.Container
            invokevirtual java.awt.Container.getComponents:()[Ljava/awt/Component;
            astore 2 /* children */
         8: .line 663
      StackMap locals:
      StackMap stack:
            aload 2 /* children */
            ifnull 14
         9: .line 664
            aload 2 /* children */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 13
      StackMap locals: java.awt.Component java.lang.Object java.awt.Component[] top int int java.awt.Component[]
      StackMap stack:
        10: aload 6
            iload 4
            aaload
            astore 3 /* element */
        start local 3 // java.awt.Component element
        11: .line 665
            aload 3 /* element */
            aload 1 /* active */
            invokestatic com.apple.laf.AquaInternalFrameUI.updateComponentTreeUIActivation:(Ljava/awt/Component;Ljava/lang/Object;)V
        end local 3 // java.awt.Component element
        12: .line 664
            iinc 4 1
      StackMap locals:
      StackMap stack:
        13: iload 4
            iload 5
            if_icmplt 10
        14: .line 668
      StackMap locals: java.awt.Component java.lang.Object java.awt.Component[]
      StackMap stack:
            return
        end local 2 // java.awt.Component[] children
        end local 1 // java.lang.Object active
        end local 0 // java.awt.Component c
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0         c  Ljava/awt/Component;
            0   15     1    active  Ljava/lang/Object;
            3   15     2  children  [Ljava/awt/Component;
           11   12     3   element  Ljava/awt/Component;
    MethodParameters:
        Name  Flags
      c       final
      active  final

  static javax.swing.JInternalFrame access$0(com.apple.laf.AquaInternalFrameUI);
    descriptor: (Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 55
            aload 0
            getfield com.apple.laf.AquaInternalFrameUI.frame:Ljavax/swing/JInternalFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static javax.swing.DesktopManager access$1(com.apple.laf.AquaInternalFrameUI);
    descriptor: (Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/DesktopManager;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.apple.laf.AquaInternalFrameUI.getDesktopManager:()Ljavax/swing/DesktopManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AquaInternalFrameUI.java"
NestMembers:
  com.apple.laf.AquaInternalFrameUI$1  com.apple.laf.AquaInternalFrameUI$2  com.apple.laf.AquaInternalFrameUI$3  com.apple.laf.AquaInternalFrameUI$4  com.apple.laf.AquaInternalFrameUI$4$1  com.apple.laf.AquaInternalFrameUI$4$2  com.apple.laf.AquaInternalFrameUI$4$3  com.apple.laf.AquaInternalFrameUI$4$4  com.apple.laf.AquaInternalFrameUI$5  com.apple.laf.AquaInternalFrameUI$5$1  com.apple.laf.AquaInternalFrameUI$6  com.apple.laf.AquaInternalFrameUI$6$1  com.apple.laf.AquaInternalFrameUI$AquaBorderListener  com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon  com.apple.laf.AquaInternalFrameUI$CompoundUIBorder  com.apple.laf.AquaInternalFrameUI$InternalFrameShadow  com.apple.laf.AquaInternalFrameUI$InternalFrameShadow$1  com.apple.laf.AquaInternalFrameUI$PropertyListener  com.apple.laf.AquaInternalFrameUI$ResizeBox
InnerClasses:
  com.apple.laf.AquaInternalFrameUI$1
  com.apple.laf.AquaInternalFrameUI$2
  com.apple.laf.AquaInternalFrameUI$3
  com.apple.laf.AquaInternalFrameUI$4
  com.apple.laf.AquaInternalFrameUI$5
  com.apple.laf.AquaInternalFrameUI$6
  protected AquaBorderListener = com.apple.laf.AquaInternalFrameUI$AquaBorderListener of com.apple.laf.AquaInternalFrameUI
  AquaInternalFrameButtonIcon = com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon of com.apple.laf.AquaInternalFrameUI
  CompoundUIBorder = com.apple.laf.AquaInternalFrameUI$CompoundUIBorder of com.apple.laf.AquaInternalFrameUI
  abstract InternalFrameShadow = com.apple.laf.AquaInternalFrameUI$InternalFrameShadow of com.apple.laf.AquaInternalFrameUI
  PropertyListener = com.apple.laf.AquaInternalFrameUI$PropertyListener of com.apple.laf.AquaInternalFrameUI
  ResizeBox = com.apple.laf.AquaInternalFrameUI$ResizeBox of com.apple.laf.AquaInternalFrameUI
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils