public final class javafx.stage.FileChooser
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.stage.FileChooser
  super_class: java.lang.Object
{
  private javafx.beans.property.StringProperty title;
    descriptor: Ljavafx/beans/property/StringProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ObjectProperty<java.io.File> initialDirectory;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljava/io/File;>;

  private javafx.beans.property.ObjectProperty<java.lang.String> initialFileName;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljava/lang/String;>;

  private javafx.collections.ObservableList<javafx.stage.FileChooser$ExtensionFilter> extensionFilters;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/collections/ObservableList<Ljavafx/stage/FileChooser$ExtensionFilter;>;

  private javafx.beans.property.ObjectProperty<javafx.stage.FileChooser$ExtensionFilter> selectedExtensionFilter;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/stage/FileChooser$ExtensionFilter;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 279
            aload 0 /* this */
         2: .line 280
            invokestatic javafx.collections.FXCollections.observableArrayList:()Ljavafx/collections/ObservableList;
            putfield javafx.stage.FileChooser.extensionFilters:Ljavafx/collections/ObservableList;
         3: .line 87
            return
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/stage/FileChooser;

  public final void setTitle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // java.lang.String value
         0: .line 208
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.titleProperty:()Ljavafx/beans/property/StringProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.StringProperty.set:(Ljava/lang/Object;)V
         1: .line 209
            return
        end local 1 // java.lang.String value
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/FileChooser;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public final java.lang.String getTitle();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 212
            aload 0 /* this */
            getfield javafx.stage.FileChooser.title:Ljavafx/beans/property/StringProperty;
            ifnull 1
            aload 0 /* this */
            getfield javafx.stage.FileChooser.title:Ljavafx/beans/property/StringProperty;
            invokevirtual javafx.beans.property.StringProperty.get:()Ljava/lang/Object;
            checkcast java.lang.String
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/FileChooser;

  public final javafx.beans.property.StringProperty titleProperty();
    descriptor: ()Ljavafx/beans/property/StringProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 216
            aload 0 /* this */
            getfield javafx.stage.FileChooser.title:Ljavafx/beans/property/StringProperty;
            ifnonnull 2
         1: .line 217
            aload 0 /* this */
            new javafx.beans.property.SimpleStringProperty
            dup
            aload 0 /* this */
            ldc "title"
            invokespecial javafx.beans.property.SimpleStringProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.stage.FileChooser.title:Ljavafx/beans/property/StringProperty;
         2: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.FileChooser.title:Ljavafx/beans/property/StringProperty;
            areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/FileChooser;

  public final void setInitialDirectory(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // java.io.File value
         0: .line 229
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.initialDirectoryProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 230
            return
        end local 1 // java.io.File value
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/FileChooser;
            0    2     1  value  Ljava/io/File;
    MethodParameters:
       Name  Flags
      value  final

  public final java.io.File getInitialDirectory();
    descriptor: ()Ljava/io/File;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 233
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialDirectory:Ljavafx/beans/property/ObjectProperty;
            ifnull 1
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialDirectory:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast java.io.File
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.io.File
         2: areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/FileChooser;

  public final javafx.beans.property.ObjectProperty<java.io.File> initialDirectoryProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 237
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialDirectory:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 4
         1: .line 238
            aload 0 /* this */
         2: .line 239
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "initialDirectory"
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 238
            putfield javafx.stage.FileChooser.initialDirectory:Ljavafx/beans/property/ObjectProperty;
         4: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialDirectory:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/stage/FileChooser;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljava/io/File;>;

  public final void setInitialFileName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // java.lang.String value
         0: .line 260
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.initialFileNameProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 261
            return
        end local 1 // java.lang.String value
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/stage/FileChooser;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public final java.lang.String getInitialFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 264
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialFileName:Ljavafx/beans/property/ObjectProperty;
            ifnull 1
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialFileName:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast java.lang.String
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/stage/FileChooser;

  public final javafx.beans.property.ObjectProperty<java.lang.String> initialFileNameProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 268
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialFileName:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 4
         1: .line 269
            aload 0 /* this */
         2: .line 270
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
            ldc "initialFileName"
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 269
            putfield javafx.stage.FileChooser.initialFileName:Ljavafx/beans/property/ObjectProperty;
         4: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.FileChooser.initialFileName:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/stage/FileChooser;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljava/lang/String;>;

  public javafx.collections.ObservableList<javafx.stage.FileChooser$ExtensionFilter> getExtensionFilters();
    descriptor: ()Ljavafx/collections/ObservableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 294
            aload 0 /* this */
            getfield javafx.stage.FileChooser.extensionFilters:Ljavafx/collections/ObservableList;
            areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/stage/FileChooser;
    Signature: ()Ljavafx/collections/ObservableList<Ljavafx/stage/FileChooser$ExtensionFilter;>;

  public final javafx.beans.property.ObjectProperty<javafx.stage.FileChooser$ExtensionFilter> selectedExtensionFilterProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 317
            aload 0 /* this */
            getfield javafx.stage.FileChooser.selectedExtensionFilter:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 6
         1: .line 318
            aload 0 /* this */
         2: .line 319
            new javafx.beans.property.SimpleObjectProperty
            dup
            aload 0 /* this */
         3: .line 320
            ldc "selectedExtensionFilter"
         4: .line 319
            invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
         5: .line 318
            putfield javafx.stage.FileChooser.selectedExtensionFilter:Ljavafx/beans/property/ObjectProperty;
         6: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.stage.FileChooser.selectedExtensionFilter:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/stage/FileChooser;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/stage/FileChooser$ExtensionFilter;>;

  public final void setSelectedExtensionFilter(javafx.stage.FileChooser$ExtensionFilter);
    descriptor: (Ljavafx/stage/FileChooser$ExtensionFilter;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // javafx.stage.FileChooser$ExtensionFilter filter
         0: .line 326
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.selectedExtensionFilterProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* filter */
            invokevirtual javafx.beans.property.ObjectProperty.setValue:(Ljava/lang/Object;)V
         1: .line 327
            return
        end local 1 // javafx.stage.FileChooser$ExtensionFilter filter
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/stage/FileChooser;
            0    2     1  filter  Ljavafx/stage/FileChooser$ExtensionFilter;
    MethodParameters:
        Name  Flags
      filter  

  public final javafx.stage.FileChooser$ExtensionFilter getSelectedExtensionFilter();
    descriptor: ()Ljavafx/stage/FileChooser$ExtensionFilter;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.stage.FileChooser this
         0: .line 330
            aload 0 /* this */
            getfield javafx.stage.FileChooser.selectedExtensionFilter:Ljavafx/beans/property/ObjectProperty;
            ifnull 2
         1: .line 331
            aload 0 /* this */
            getfield javafx.stage.FileChooser.selectedExtensionFilter:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.stage.FileChooser$ExtensionFilter
            goto 3
         2: .line 332
      StackMap locals:
      StackMap stack:
            aconst_null
         3: .line 330
      StackMap locals:
      StackMap stack: javafx.stage.FileChooser$ExtensionFilter
            areturn
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/stage/FileChooser;

  public java.io.File showOpenDialog(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // javafx.stage.Window ownerWindow
         0: .line 348
            aload 0 /* this */
            aload 1 /* ownerWindow */
            getstatic com.sun.javafx.tk.FileChooserType.OPEN:Lcom/sun/javafx/tk/FileChooserType;
            invokevirtual javafx.stage.FileChooser.showDialog:(Ljavafx/stage/Window;Lcom/sun/javafx/tk/FileChooserType;)Ljava/util/List;
         1: .line 347
            astore 2 /* selectedFiles */
        start local 2 // java.util.List selectedFiles
         2: .line 350
            aload 2 /* selectedFiles */
            ifnull 4
            aload 2 /* selectedFiles */
            invokeinterface java.util.List.size:()I
            ifle 4
         3: .line 351
            aload 2 /* selectedFiles */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.io.File
            goto 5
      StackMap locals: java.util.List
      StackMap stack:
         4: aconst_null
         5: .line 350
      StackMap locals:
      StackMap stack: java.io.File
            areturn
        end local 2 // java.util.List selectedFiles
        end local 1 // javafx.stage.Window ownerWindow
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljavafx/stage/FileChooser;
            0    6     1    ownerWindow  Ljavafx/stage/Window;
            2    6     2  selectedFiles  Ljava/util/List<Ljava/io/File;>;
    MethodParameters:
             Name  Flags
      ownerWindow  final

  public java.util.List<java.io.File> showOpenMultipleDialog(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // javafx.stage.Window ownerWindow
         0: .line 370
            aload 0 /* this */
            aload 1 /* ownerWindow */
            getstatic com.sun.javafx.tk.FileChooserType.OPEN_MULTIPLE:Lcom/sun/javafx/tk/FileChooserType;
            invokevirtual javafx.stage.FileChooser.showDialog:(Ljavafx/stage/Window;Lcom/sun/javafx/tk/FileChooserType;)Ljava/util/List;
         1: .line 369
            astore 2 /* selectedFiles */
        start local 2 // java.util.List selectedFiles
         2: .line 372
            aload 2 /* selectedFiles */
            ifnull 4
            aload 2 /* selectedFiles */
            invokeinterface java.util.List.size:()I
            ifle 4
         3: .line 373
            aload 2 /* selectedFiles */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            goto 5
         4: .line 374
      StackMap locals: java.util.List
      StackMap stack:
            aconst_null
         5: .line 372
      StackMap locals:
      StackMap stack: java.util.List
            areturn
        end local 2 // java.util.List selectedFiles
        end local 1 // javafx.stage.Window ownerWindow
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljavafx/stage/FileChooser;
            0    6     1    ownerWindow  Ljavafx/stage/Window;
            2    6     2  selectedFiles  Ljava/util/List<Ljava/io/File;>;
    Signature: (Ljavafx/stage/Window;)Ljava/util/List<Ljava/io/File;>;
    MethodParameters:
             Name  Flags
      ownerWindow  final

  public java.io.File showSaveDialog(javafx.stage.Window);
    descriptor: (Ljavafx/stage/Window;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // javafx.stage.Window ownerWindow
         0: .line 389
            aload 0 /* this */
            aload 1 /* ownerWindow */
            getstatic com.sun.javafx.tk.FileChooserType.SAVE:Lcom/sun/javafx/tk/FileChooserType;
            invokevirtual javafx.stage.FileChooser.showDialog:(Ljavafx/stage/Window;Lcom/sun/javafx/tk/FileChooserType;)Ljava/util/List;
         1: .line 388
            astore 2 /* selectedFiles */
        start local 2 // java.util.List selectedFiles
         2: .line 391
            aload 2 /* selectedFiles */
            ifnull 4
            aload 2 /* selectedFiles */
            invokeinterface java.util.List.size:()I
            ifle 4
         3: .line 392
            aload 2 /* selectedFiles */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.io.File
            goto 5
      StackMap locals: java.util.List
      StackMap stack:
         4: aconst_null
         5: .line 391
      StackMap locals:
      StackMap stack: java.io.File
            areturn
        end local 2 // java.util.List selectedFiles
        end local 1 // javafx.stage.Window ownerWindow
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljavafx/stage/FileChooser;
            0    6     1    ownerWindow  Ljavafx/stage/Window;
            2    6     2  selectedFiles  Ljava/util/List<Ljava/io/File;>;
    MethodParameters:
             Name  Flags
      ownerWindow  final

  private javafx.stage.FileChooser$ExtensionFilter findSelectedFilter(com.sun.glass.ui.CommonDialogs$ExtensionFilter);
    descriptor: (Lcom/sun/glass/ui/CommonDialogs$ExtensionFilter;)Ljavafx/stage/FileChooser$ExtensionFilter;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javafx.stage.FileChooser this
        start local 1 // com.sun.glass.ui.CommonDialogs$ExtensionFilter filter
         0: .line 396
            aload 1 /* filter */
            ifnull 9
         1: .line 397
            aload 1 /* filter */
            invokevirtual com.sun.glass.ui.CommonDialogs$ExtensionFilter.getDescription:()Ljava/lang/String;
            astore 2 /* description */
        start local 2 // java.lang.String description
         2: .line 398
            aload 1 /* filter */
            invokevirtual com.sun.glass.ui.CommonDialogs$ExtensionFilter.getExtensions:()Ljava/util/List;
            astore 3 /* extensions */
        start local 3 // java.util.List extensions
         3: .line 400
            aload 0 /* this */
            getfield javafx.stage.FileChooser.extensionFilters:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: javafx.stage.FileChooser com.sun.glass.ui.CommonDialogs$ExtensionFilter java.lang.String java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.stage.FileChooser$ExtensionFilter
            astore 4 /* ef */
        start local 4 // javafx.stage.FileChooser$ExtensionFilter ef
         5: .line 401
            aload 2 /* description */
            aload 4 /* ef */
            invokevirtual javafx.stage.FileChooser$ExtensionFilter.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 402
            aload 3 /* extensions */
            aload 4 /* ef */
            invokevirtual javafx.stage.FileChooser$ExtensionFilter.getExtensions:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 403
            aload 4 /* ef */
            areturn
        end local 4 // javafx.stage.FileChooser$ExtensionFilter ef
         8: .line 400
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 3 // java.util.List extensions
        end local 2 // java.lang.String description
         9: .line 408
      StackMap locals: javafx.stage.FileChooser com.sun.glass.ui.CommonDialogs$ExtensionFilter
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.sun.glass.ui.CommonDialogs$ExtensionFilter filter
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Ljavafx/stage/FileChooser;
            0   10     1       filter  Lcom/sun/glass/ui/CommonDialogs$ExtensionFilter;
            2    9     2  description  Ljava/lang/String;
            3    9     3   extensions  Ljava/util/List<Ljava/lang/String;>;
            5    8     4           ef  Ljavafx/stage/FileChooser$ExtensionFilter;
    MethodParameters:
        Name  Flags
      filter  

  private java.util.List<java.io.File> showDialog(javafx.stage.Window, com.sun.javafx.tk.FileChooserType);
    descriptor: (Ljavafx/stage/Window;Lcom/sun/javafx/tk/FileChooserType;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // javafx.stage.FileChooser this
        start local 1 // javafx.stage.Window ownerWindow
        start local 2 // com.sun.javafx.tk.FileChooserType fileChooserType
         0: .line 413
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
         1: .line 414
            aload 1 /* ownerWindow */
            ifnull 2
            aload 1 /* ownerWindow */
            invokevirtual javafx.stage.Window.getPeer:()Lcom/sun/javafx/tk/TKStage;
            goto 3
      StackMap locals:
      StackMap stack: com.sun.javafx.tk.Toolkit
         2: aconst_null
         3: .line 415
      StackMap locals: javafx.stage.FileChooser javafx.stage.Window com.sun.javafx.tk.FileChooserType
      StackMap stack: com.sun.javafx.tk.Toolkit com.sun.javafx.tk.TKStage
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.getTitle:()Ljava/lang/String;
         4: .line 416
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.getInitialDirectory:()Ljava/io/File;
         5: .line 417
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.getInitialFileName:()Ljava/lang/String;
         6: .line 418
            aload 2 /* fileChooserType */
         7: .line 419
            aload 0 /* this */
            getfield javafx.stage.FileChooser.extensionFilters:Ljavafx/collections/ObservableList;
         8: .line 420
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.getSelectedExtensionFilter:()Ljavafx/stage/FileChooser$ExtensionFilter;
         9: .line 413
            invokevirtual com.sun.javafx.tk.Toolkit.showFileChooser:(Lcom/sun/javafx/tk/TKStage;Ljava/lang/String;Ljava/io/File;Ljava/lang/String;Lcom/sun/javafx/tk/FileChooserType;Ljava/util/List;Ljavafx/stage/FileChooser$ExtensionFilter;)Lcom/sun/glass/ui/CommonDialogs$FileChooserResult;
            astore 3 /* result */
        start local 3 // com.sun.glass.ui.CommonDialogs$FileChooserResult result
        10: .line 422
            aload 3 /* result */
            ifnonnull 12
        11: .line 423
            aconst_null
            areturn
        12: .line 426
      StackMap locals: com.sun.glass.ui.CommonDialogs$FileChooserResult
      StackMap stack:
            aload 3 /* result */
            invokevirtual com.sun.glass.ui.CommonDialogs$FileChooserResult.getFiles:()Ljava/util/List;
            astore 4 /* files */
        start local 4 // java.util.List files
        13: .line 427
            aload 4 /* files */
            ifnull 17
            aload 4 /* files */
            invokeinterface java.util.List.size:()I
            ifle 17
        14: .line 428
            aload 0 /* this */
            invokevirtual javafx.stage.FileChooser.selectedExtensionFilterProperty:()Ljavafx/beans/property/ObjectProperty;
        15: .line 429
            aload 0 /* this */
            aload 3 /* result */
            invokevirtual com.sun.glass.ui.CommonDialogs$FileChooserResult.getExtensionFilter:()Lcom/sun/glass/ui/CommonDialogs$ExtensionFilter;
            invokevirtual javafx.stage.FileChooser.findSelectedFilter:(Lcom/sun/glass/ui/CommonDialogs$ExtensionFilter;)Ljavafx/stage/FileChooser$ExtensionFilter;
        16: .line 428
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
        17: .line 431
      StackMap locals: java.util.List
      StackMap stack:
            aload 4 /* files */
            areturn
        end local 4 // java.util.List files
        end local 3 // com.sun.glass.ui.CommonDialogs$FileChooserResult result
        end local 2 // com.sun.javafx.tk.FileChooserType fileChooserType
        end local 1 // javafx.stage.Window ownerWindow
        end local 0 // javafx.stage.FileChooser this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0             this  Ljavafx/stage/FileChooser;
            0   18     1      ownerWindow  Ljavafx/stage/Window;
            0   18     2  fileChooserType  Lcom/sun/javafx/tk/FileChooserType;
           10   18     3           result  Lcom/sun/glass/ui/CommonDialogs$FileChooserResult;
           13   18     4            files  Ljava/util/List<Ljava/io/File;>;
    Signature: (Ljavafx/stage/Window;Lcom/sun/javafx/tk/FileChooserType;)Ljava/util/List<Ljava/io/File;>;
    MethodParameters:
                 Name  Flags
      ownerWindow      final
      fileChooserType  final
}
SourceFile: "FileChooser.java"
NestMembers:
  javafx.stage.FileChooser$ExtensionFilter
InnerClasses:
  public final ExtensionFilter = com.sun.glass.ui.CommonDialogs$ExtensionFilter of com.sun.glass.ui.CommonDialogs
  public final FileChooserResult = com.sun.glass.ui.CommonDialogs$FileChooserResult of com.sun.glass.ui.CommonDialogs
  public final ExtensionFilter = javafx.stage.FileChooser$ExtensionFilter of javafx.stage.FileChooser