class com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel extends com.apple.laf.AquaFileChooserUI$DirOrAnyPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel
  super_class: com.apple.laf.AquaFileChooserUI$DirOrAnyPanel
{
  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$CustomDirOrAnyPanel this
         0: .line 2221
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            aload 1
            invokespecial com.apple.laf.AquaFileChooserUI$DirOrAnyPanel.<init>:(Lcom/apple/laf/AquaFileChooserUI;)V
            return
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$CustomDirOrAnyPanel;
    MethodParameters:
        Name  Flags
      this$0  final

  void installPanel(javax.swing.JFileChooser, boolean);
    descriptor: (Ljavax/swing/JFileChooser;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel this
        start local 1 // javax.swing.JFileChooser fc
        start local 2 // boolean controlButtonsAreShown
         0: .line 2223
            aload 0 /* this */
            aload 1 /* fc */
            iload 2 /* controlButtonsAreShown */
            invokespecial com.apple.laf.AquaFileChooserUI$DirOrAnyPanel.installPanel:(Ljavax/swing/JFileChooser;Z)V
         1: .line 2224
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fTextfieldPanel:Ljavax/swing/JPanel;
            iconst_1
            invokevirtual javax.swing.JPanel.setVisible:(Z)V
         2: .line 2225
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fNewFolderButton:Ljavax/swing/JButton;
            iconst_1
            invokevirtual javax.swing.JButton.setVisible:(Z)V
         3: .line 2226
            return
        end local 2 // boolean controlButtonsAreShown
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lcom/apple/laf/AquaFileChooserUI$CustomDirOrAnyPanel;
            0    4     1                      fc  Ljavax/swing/JFileChooser;
            0    4     2  controlButtonsAreShown  Z
    MethodParameters:
                        Name  Flags
      fc                      final
      controlButtonsAreShown  final

  void approveSelection(javax.swing.JFileChooser);
    descriptor: (Ljavax/swing/JFileChooser;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel this
        start local 1 // javax.swing.JFileChooser fc
         0: .line 2230
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* fc */
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileName:()Ljava/lang/String;
            invokevirtual com.apple.laf.AquaFileChooserUI.makeFile:(Ljavax/swing/JFileChooser;Ljava/lang/String;)Ljava/io/File;
            astore 2 /* f */
        start local 2 // java.io.File f
         1: .line 2231
            aload 2 /* f */
            ifnull 5
         2: .line 2232
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            iconst_1
            putfield com.apple.laf.AquaFileChooserUI.selectionInProgress:Z
         3: .line 2233
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            aload 2 /* f */
            invokevirtual javax.swing.JFileChooser.setSelectedFile:(Ljava/io/File;)V
         4: .line 2234
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            iconst_0
            putfield com.apple.laf.AquaFileChooserUI.selectionInProgress:Z
         5: .line 2236
      StackMap locals: java.io.File
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual javax.swing.JFileChooser.approveSelection:()V
         6: .line 2237
            return
        end local 2 // java.io.File f
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaFileChooserUI$CustomDirOrAnyPanel;
            0    7     1    fc  Ljavax/swing/JFileChooser;
            1    7     2     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      fc    final

  void updateButtonState(javax.swing.JFileChooser, java.io.File);
    descriptor: (Ljavax/swing/JFileChooser;Ljava/io/File;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel this
        start local 1 // javax.swing.JFileChooser fc
        start local 2 // java.io.File f
         0: .line 2241
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 1 /* fc */
            invokevirtual com.apple.laf.AquaFileChooserUI.getApproveButton:(Ljavax/swing/JFileChooser;)Ljavax/swing/JButton;
            aload 2 /* f */
            ifnonnull 1
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.textfieldIsValid:()Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: javax.swing.JButton
         1: iconst_1
      StackMap locals: com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel javax.swing.JFileChooser java.io.File
      StackMap stack: javax.swing.JButton int
         2: invokevirtual javax.swing.JButton.setEnabled:(Z)V
         3: .line 2242
            aload 0 /* this */
            aload 1 /* fc */
            aload 2 /* f */
            invokespecial com.apple.laf.AquaFileChooserUI$DirOrAnyPanel.updateButtonState:(Ljavax/swing/JFileChooser;Ljava/io/File;)V
         4: .line 2243
            return
        end local 2 // java.io.File f
        end local 1 // javax.swing.JFileChooser fc
        end local 0 // com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaFileChooserUI$CustomDirOrAnyPanel;
            0    5     1    fc  Ljavax/swing/JFileChooser;
            0    5     2     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      fc    final
      f     final
}
SourceFile: "AquaFileChooserUI.java"
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  CustomDirOrAnyPanel = com.apple.laf.AquaFileChooserUI$CustomDirOrAnyPanel of com.apple.laf.AquaFileChooserUI
  abstract DirOrAnyPanel = com.apple.laf.AquaFileChooserUI$DirOrAnyPanel of com.apple.laf.AquaFileChooserUI