class javax.swing.JFileChooser$2 extends java.awt.event.WindowAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.JFileChooser$2
  super_class: java.awt.event.WindowAdapter
{
  final javax.swing.JFileChooser this$0;
    descriptor: Ljavax/swing/JFileChooser;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javax.swing.JFileChooser);
    descriptor: (Ljavax/swing/JFileChooser;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JFileChooser$2 this
         0: .line 750
            aload 0 /* this */
            aload 1
            putfield javax.swing.JFileChooser$2.this$0:Ljavax/swing/JFileChooser;
            aload 0 /* this */
            invokespecial java.awt.event.WindowAdapter.<init>:()V
            return
        end local 0 // javax.swing.JFileChooser$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JFileChooser$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void windowClosing(java.awt.event.WindowEvent);
    descriptor: (Ljava/awt/event/WindowEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JFileChooser$2 this
        start local 1 // java.awt.event.WindowEvent e
         0: .line 752
            aload 0 /* this */
            getfield javax.swing.JFileChooser$2.this$0:Ljavax/swing/JFileChooser;
            iconst_1
            putfield javax.swing.JFileChooser.returnValue:I
         1: .line 753
            return
        end local 1 // java.awt.event.WindowEvent e
        end local 0 // javax.swing.JFileChooser$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JFileChooser$2;
            0    2     1     e  Ljava/awt/event/WindowEvent;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "JFileChooser.java"
EnclosingMethod: javax.swing.JFileChooser.showDialog:(Ljava/awt/Component;Ljava/lang/String;)I
NestHost: javax.swing.JFileChooser
InnerClasses:
  javax.swing.JFileChooser$2