public class com.apple.laf.AquaFileChooserUI$ApproveSelectionAction extends javax.swing.AbstractAction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaFileChooserUI$ApproveSelectionAction
  super_class: javax.swing.AbstractAction
{
  final com.apple.laf.AquaFileChooserUI this$0;
    descriptor: Lcom/apple/laf/AquaFileChooserUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(com.apple.laf.AquaFileChooserUI);
    descriptor: (Lcom/apple/laf/AquaFileChooserUI;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$ApproveSelectionAction this
         0: .line 947
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaFileChooserUI$ApproveSelectionAction.this$0:Lcom/apple/laf/AquaFileChooserUI;
            aload 0 /* this */
            invokespecial javax.swing.AbstractAction.<init>:()V
            return
        end local 0 // com.apple.laf.AquaFileChooserUI$ApproveSelectionAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFileChooserUI$ApproveSelectionAction;
    MethodParameters:
        Name  Flags
      this$0  final

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaFileChooserUI$ApproveSelectionAction this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 949
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$ApproveSelectionAction.this$0:Lcom/apple/laf/AquaFileChooserUI;
            getfield com.apple.laf.AquaFileChooserUI.fSubPanel:Lcom/apple/laf/AquaFileChooserUI$FCSubpanel;
            aload 0 /* this */
            getfield com.apple.laf.AquaFileChooserUI$ApproveSelectionAction.this$0:Lcom/apple/laf/AquaFileChooserUI;
            invokevirtual com.apple.laf.AquaFileChooserUI.getFileChooser:()Ljavax/swing/JFileChooser;
            invokevirtual com.apple.laf.AquaFileChooserUI$FCSubpanel.approveSelection:(Ljavax/swing/JFileChooser;)V
         1: .line 950
            return
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // com.apple.laf.AquaFileChooserUI$ApproveSelectionAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaFileChooserUI$ApproveSelectionAction;
            0    2     1     e  Ljava/awt/event/ActionEvent;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "AquaFileChooserUI.java"
NestHost: com.apple.laf.AquaFileChooserUI
InnerClasses:
  protected ApproveSelectionAction = com.apple.laf.AquaFileChooserUI$ApproveSelectionAction of com.apple.laf.AquaFileChooserUI
  abstract FCSubpanel = com.apple.laf.AquaFileChooserUI$FCSubpanel of com.apple.laf.AquaFileChooserUI