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

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

  public void propertyChange(java.beans.PropertyChangeEvent);
    descriptor: (Ljava/beans/PropertyChangeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$2 this
        start local 1 // java.beans.PropertyChangeEvent e
         0: .line 365
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getPropertyName:()Ljava/lang/String;
            astore 2 /* prop */
        start local 2 // java.lang.String prop
         1: .line 366
            aload 2 /* prop */
            ldc "SelectedFileChangedProperty"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         2: .line 367
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            checkcast java.io.File
            astore 3 /* f */
        start local 3 // java.io.File f
         3: .line 368
            aload 3 /* f */
            ifnull 8
         4: .line 371
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.selectionInProgress:Z
            ifne 6
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getModel:()Lcom/apple/laf/AquaFileSystemModel;
            aload 3 /* f */
            invokevirtual com.apple.laf.AquaFileSystemModel.contains:(Ljava/io/File;)Z
            ifeq 6
         5: .line 372
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getModel:()Lcom/apple/laf/AquaFileSystemModel;
            aload 3 /* f */
            invokevirtual com.apple.laf.AquaFileSystemModel.indexOf:(Ljava/io/File;)I
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.setSelectedIndex:(I)V
         6: .line 377
      StackMap locals: java.lang.String java.io.File
      StackMap stack:
            aload 3 /* f */
            invokevirtual java.io.File.isDirectory:()Z
            ifne 8
         7: .line 378
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            aload 3 /* f */
            invokevirtual javax.swing.JFileChooser.getName:(Ljava/io/File;)Ljava/lang/String;
            invokevirtual com.apple.laf.AquaFileChooserUI.setFileName:(Ljava/lang/String;)V
         8: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.updateButtonState:(Ljavax/swing/JFileChooser;)V
        end local 3 // java.io.File f
         9: .line 382
            goto 72
      StackMap locals:
      StackMap stack:
        10: aload 2 /* prop */
            ldc "SelectedFilesChangedProperty"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        11: .line 383
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            astore 3 /* fileChooser */
        start local 3 // javax.swing.JFileChooser fileChooser
        12: .line 384
            aload 3 /* fileChooser */
            invokevirtual javax.swing.JFileChooser.isDirectorySelectionEnabled:()Z
            ifne 72
        13: .line 385
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            checkcast java.io.File[]
            astore 4 /* files */
        start local 4 // java.io.File[] files
        14: .line 386
            aload 4 /* files */
            ifnull 72
        15: .line 387
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.getSelectedRows:()[I
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 21
      StackMap locals: com.apple.laf.AquaFileChooserUI$2 java.beans.PropertyChangeEvent java.lang.String javax.swing.JFileChooser java.io.File[] top int int int[]
      StackMap stack:
        16: aload 8
            iload 6
            iaload
            istore 5 /* selectedRow */
        start local 5 // int selectedRow
        17: .line 388
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            iload 5 /* selectedRow */
            iconst_0
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.getValueAt:(II)Ljava/lang/Object;
            checkcast java.io.File
            astore 9 /* file */
        start local 9 // java.io.File file
        18: .line 389
            aload 3 /* fileChooser */
            aload 9 /* file */
            invokevirtual javax.swing.JFileChooser.isTraversable:(Ljava/io/File;)Z
            ifeq 20
        19: .line 390
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            iload 5 /* selectedRow */
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.removeSelectedIndex:(I)V
        end local 9 // java.io.File file
        end local 5 // int selectedRow
        20: .line 387
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        21: iload 6
            iload 7
            if_icmplt 16
        end local 4 // java.io.File[] files
        end local 3 // javax.swing.JFileChooser fileChooser
        22: .line 395
            goto 72
      StackMap locals: com.apple.laf.AquaFileChooserUI$2 java.beans.PropertyChangeEvent java.lang.String
      StackMap stack:
        23: aload 2 /* prop */
            ldc "directoryChanged"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 31
        24: .line 396
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.clearSelection:()V
        25: .line 397
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual javax.swing.JFileChooser.getCurrentDirectory:()Ljava/io/File;
            astore 3 /* currentDirectory */
        start local 3 // java.io.File currentDirectory
        26: .line 398
            aload 3 /* currentDirectory */
            ifnull 29
        27: .line 399
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fDirectoryComboBoxModel:Lcom/apple/laf/AquaFileChooserUI$DirectoryComboBoxModel;
            aload 3 /* currentDirectory */
            invokevirtual com.apple.laf.AquaFileChooserUI$DirectoryComboBoxModel.addItem:(Ljava/io/File;)V
        28: .line 403
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            iconst_5
            invokevirtual com.apple.laf.AquaFileChooserUI.getAction:(I)Ljavax/swing/AbstractAction;
            aload 3 /* currentDirectory */
            invokevirtual java.io.File.canWrite:()Z
            invokevirtual javax.swing.AbstractAction.setEnabled:(Z)V
        29: .line 405
      StackMap locals: java.io.File
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.updateButtonState:(Ljavax/swing/JFileChooser;)V
        end local 3 // java.io.File currentDirectory
        30: .line 406
            goto 72
      StackMap locals:
      StackMap stack:
        31: aload 2 /* prop */
            ldc "fileSelectionChanged"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 35
        32: .line 407
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.clearSelection:()V
        33: .line 408
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.setBottomPanelForMode:(Ljavax/swing/JFileChooser;)V
        34: .line 409
            goto 72
      StackMap locals:
      StackMap stack:
        35: aload 2 /* prop */
            ldc "AccessoryChangedProperty"
            if_acmpne 43
        36: .line 410
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getAccessoryPanel:()Ljavax/swing/JPanel;
            ifnull 72
        37: .line 411
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getOldValue:()Ljava/lang/Object;
            ifnull 39
        38: .line 412
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getAccessoryPanel:()Ljavax/swing/JPanel;
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getOldValue:()Ljava/lang/Object;
            checkcast javax.swing.JComponent
            invokevirtual javax.swing.JPanel.remove:(Ljava/awt/Component;)V
        39: .line 414
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            checkcast javax.swing.JComponent
            astore 3 /* accessory */
        start local 3 // javax.swing.JComponent accessory
        40: .line 415
            aload 3 /* accessory */
            ifnull 72
        41: .line 416
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getAccessoryPanel:()Ljavax/swing/JPanel;
            aload 3 /* accessory */
            ldc "Center"
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        end local 3 // javax.swing.JComponent accessory
        42: .line 419
            goto 72
      StackMap locals:
      StackMap stack:
        43: aload 2 /* prop */
            ldc "ApproveButtonTextChangedProperty"
            if_acmpne 47
        44: .line 420
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.updateApproveButton:(Ljavax/swing/JFileChooser;)V
        45: .line 421
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual javax.swing.JFileChooser.invalidate:()V
        46: .line 422
            goto 72
      StackMap locals:
      StackMap stack:
        47: aload 2 /* prop */
            ldc "DialogTypeChangedProperty"
            if_acmpne 55
        48: .line 423
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual javax.swing.JFileChooser.getDialogType:()I
            iconst_1
            if_icmpne 51
        49: .line 424
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            ldc "FileChooser.saveDialogFileNameLabelText"
            ldc "Save As:"
            invokevirtual com.apple.laf.AquaFileChooserUI.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putstatic com.apple.laf.AquaFileChooserUI.fileNameLabelText:Ljava/lang/String;
        50: .line 425
            goto 52
        51: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            ldc "FileChooser.fileNameLabelText"
            ldc "Name:"
            invokevirtual com.apple.laf.AquaFileChooserUI.getString:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            putstatic com.apple.laf.AquaFileChooserUI.fileNameLabelText:Ljava/lang/String;
        52: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fTextFieldLabel:Ljavax/swing/JLabel;
            getstatic com.apple.laf.AquaFileChooserUI.fileNameLabelText:Ljava/lang/String;
            invokevirtual javax.swing.JLabel.setText:(Ljava/lang/String;)V
        53: .line 431
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.setBottomPanelForMode:(Ljavax/swing/JFileChooser;)V
        54: .line 432
            goto 72
      StackMap locals:
      StackMap stack:
        55: aload 2 /* prop */
            ldc "ApproveButtonMnemonicChangedProperty"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 58
        56: .line 433
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.getApproveButton:(Ljavax/swing/JFileChooser;)Ljavax/swing/JButton;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI.getApproveButtonMnemonic:(Ljavax/swing/JFileChooser;)I
            invokevirtual javax.swing.JButton.setMnemonic:(I)V
        57: .line 434
            goto 72
      StackMap locals:
      StackMap stack:
        58: aload 2 /* prop */
            ldc "JFileChooser.packageIsTraversable"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 61
        59: .line 435
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            invokevirtual com.apple.laf.AquaFileChooserUI.setPackageIsTraversable:(Ljava/lang/Object;)V
        60: .line 436
            goto 72
      StackMap locals:
      StackMap stack:
        61: aload 2 /* prop */
            ldc "JFileChooser.appBundleIsTraversable"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 64
        62: .line 437
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* e */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            invokevirtual com.apple.laf.AquaFileChooserUI.setApplicationIsTraversable:(Ljava/lang/Object;)V
        63: .line 438
            goto 72
      StackMap locals:
      StackMap stack:
        64: aload 2 /* prop */
            ldc "MultiSelectionEnabledChangedProperty"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 70
        65: .line 439
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual javax.swing.JFileChooser.isMultiSelectionEnabled:()Z
            ifeq 68
        66: .line 440
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.getSelectionModel:()Ljavax/swing/ListSelectionModel;
            iconst_2
            invokeinterface javax.swing.ListSelectionModel.setSelectionMode:(I)V
        67: .line 441
            goto 72
        68: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fFileList:Lcom/apple/laf/AquaFileChooserUI$JTableExtension;
            invokevirtual com.apple.laf.AquaFileChooserUI$JTableExtension.getSelectionModel:()Ljavax/swing/ListSelectionModel;
            iconst_0
            invokeinterface javax.swing.ListSelectionModel.setSelectionMode:(I)V
        69: .line 444
            goto 72
      StackMap locals:
      StackMap stack:
        70: aload 2 /* prop */
            ldc "ControlButtonsAreShownChangedProperty"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 72
        71: .line 445
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$2.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* e */
            invokevirtual com.apple.laf.AquaFileChooserUI.doControlButtonsChanged:(Ljava/beans/PropertyChangeEvent;)V
        72: .line 447
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String prop
        end local 1 // java.beans.PropertyChangeEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$2 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   73     0              this  Lcom/apple/laf/AquaFileChooserUI$2;
            0   73     1                 e  Ljava/beans/PropertyChangeEvent;
            1   73     2              prop  Ljava/lang/String;
            3    9     3                 f  Ljava/io/File;
           12   22     3       fileChooser  Ljavax/swing/JFileChooser;
           14   22     4             files  [Ljava/io/File;
           17   20     5       selectedRow  I
           18   20     9              file  Ljava/io/File;
           26   30     3  currentDirectory  Ljava/io/File;
           40   42     3         accessory  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaFileChooserUI.java"
EnclosingMethod: com.apple.laf.AquaFileChooserUI.createPropertyChangeListener:(Ljavax/swing/JFileChooser;)Ljava/beans/PropertyChangeListener;
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  com.apple.laf.AquaFileChooserUI$2
  protected DirectoryComboBoxModel = com.apple.laf.AquaFileChooserUI$DirectoryComboBoxModel of com.apple.laf.AquaFileChooserUI
  JTableExtension = com.apple.laf.AquaFileChooserUI$JTableExtension of com.apple.laf.AquaFileChooserUI