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

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

  public void propertyChange(java.beans.PropertyChangeEvent);
    descriptor: (Ljava/beans/PropertyChangeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$PropertyListener this
        start local 1 // java.beans.PropertyChangeEvent e
         0: .line 672
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getPropertyName:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 673
            ldc "JInternalFrame.frameType"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 674
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            instanceof java.lang.String
            ifeq 32
         3: .line 675
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual com.apple.laf.AquaInternalFrameUI.setFrameType:(Ljava/lang/String;)V
         4: .line 677
            goto 32
      StackMap locals: java.lang.String
      StackMap stack:
         5: ldc "JInternalFrame.isPalette"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         6: .line 678
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            ifnull 9
         7: .line 679
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.apple.laf.AquaInternalFrameUI.setPalette:(Z)V
         8: .line 680
            goto 32
         9: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            iconst_0
            invokevirtual com.apple.laf.AquaInternalFrameUI.setPalette:(Z)V
        10: .line 684
            goto 32
      StackMap locals:
      StackMap stack:
        11: ldc "windowModified"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
            ldc "Window.documentModified"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        12: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokevirtual com.apple.laf.AquaInternalFrameUI.setDocumentEdited:(Z)V
        13: .line 687
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getWidth:()I
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getBorder:()Ljavax/swing/border/Border;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            getfield java.awt.Insets.top:I
            invokevirtual javax.swing.JInternalFrame.repaint:(IIII)V
        14: .line 688
            goto 32
      StackMap locals:
      StackMap stack:
        15: ldc "resizable"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
            ldc "state"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
            ldc "iconable"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
            ldc "maximizable"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
            ldc "closable"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        16: .line 689
      StackMap locals:
      StackMap stack:
            ldc "resizable"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        17: .line 690
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.revalidate:()V
        18: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.repaint:()V
        19: .line 693
            goto 32
      StackMap locals:
      StackMap stack:
        20: ldc "title"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        21: .line 694
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.repaint:()V
        22: .line 695
            goto 32
      StackMap locals:
      StackMap stack:
        23: ldc "componentOrientation"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
        24: .line 696
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.revalidate:()V
        25: .line 697
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.repaint:()V
        26: .line 698
            goto 32
      StackMap locals:
      StackMap stack:
        27: ldc "selected"
            aload 2 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 32
        28: .line 699
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getSource:()Ljava/lang/Object;
            checkcast java.awt.Component
            astore 3 /* source */
        start local 3 // java.awt.Component source
        29: .line 700
            aload 3 /* source */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$PropertyListener.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.isSelected:()Z
            ifeq 30
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            goto 31
      StackMap locals: com.apple.laf.AquaInternalFrameUI$PropertyListener java.beans.PropertyChangeEvent java.lang.String java.awt.Component
      StackMap stack: java.awt.Component
        30: getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
      StackMap locals: com.apple.laf.AquaInternalFrameUI$PropertyListener java.beans.PropertyChangeEvent java.lang.String java.awt.Component
      StackMap stack: java.awt.Component java.lang.Boolean
        31: invokestatic com.apple.laf.AquaInternalFrameUI.updateComponentTreeUIActivation:(Ljava/awt/Component;Ljava/lang/Object;)V
        end local 3 // java.awt.Component source
        32: .line 703
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String name
        end local 1 // java.beans.PropertyChangeEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$PropertyListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   33     0    this  Lcom/apple/laf/AquaInternalFrameUI$PropertyListener;
            0   33     1       e  Ljava/beans/PropertyChangeEvent;
            1   33     2    name  Ljava/lang/String;
           29   32     3  source  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaInternalFrameUI.java"
NestHost: com.apple.laf.AquaInternalFrameUI
InnerClasses:
  PropertyListener = com.apple.laf.AquaInternalFrameUI$PropertyListener of com.apple.laf.AquaInternalFrameUI