public abstract class javax.swing.filechooser.FileSystemView
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javax.swing.filechooser.FileSystemView
  super_class: java.lang.Object
{
  static javax.swing.filechooser.FileSystemView windowsFileSystemView;
    descriptor: Ljavax/swing/filechooser/FileSystemView;
    flags: (0x0008) ACC_STATIC

  static javax.swing.filechooser.FileSystemView unixFileSystemView;
    descriptor: Ljavax/swing/filechooser/FileSystemView;
    flags: (0x0008) ACC_STATIC

  static javax.swing.filechooser.FileSystemView genericFileSystemView;
    descriptor: Ljavax/swing/filechooser/FileSystemView;
    flags: (0x0008) ACC_STATIC

  private boolean useSystemExtensionHiding;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            aconst_null
            putstatic javax.swing.filechooser.FileSystemView.windowsFileSystemView:Ljavax/swing/filechooser/FileSystemView;
         1: .line 71
            aconst_null
            putstatic javax.swing.filechooser.FileSystemView.unixFileSystemView:Ljavax/swing/filechooser/FileSystemView;
         2: .line 73
            aconst_null
            putstatic javax.swing.filechooser.FileSystemView.genericFileSystemView:Ljavax/swing/filechooser/FileSystemView;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.filechooser.FileSystemView getFileSystemView();
    descriptor: ()Ljavax/swing/filechooser/FileSystemView;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 83
            getstatic java.io.File.separatorChar:C
            bipush 92
            if_icmpne 4
         1: .line 84
            getstatic javax.swing.filechooser.FileSystemView.windowsFileSystemView:Ljavax/swing/filechooser/FileSystemView;
            ifnonnull 3
         2: .line 85
            new javax.swing.filechooser.WindowsFileSystemView
            dup
            invokespecial javax.swing.filechooser.WindowsFileSystemView.<init>:()V
            putstatic javax.swing.filechooser.FileSystemView.windowsFileSystemView:Ljavax/swing/filechooser/FileSystemView;
         3: .line 87
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.filechooser.FileSystemView.windowsFileSystemView:Ljavax/swing/filechooser/FileSystemView;
            areturn
         4: .line 90
      StackMap locals:
      StackMap stack:
            getstatic java.io.File.separatorChar:C
            bipush 47
            if_icmpne 8
         5: .line 91
            getstatic javax.swing.filechooser.FileSystemView.unixFileSystemView:Ljavax/swing/filechooser/FileSystemView;
            ifnonnull 7
         6: .line 92
            new javax.swing.filechooser.UnixFileSystemView
            dup
            invokespecial javax.swing.filechooser.UnixFileSystemView.<init>:()V
            putstatic javax.swing.filechooser.FileSystemView.unixFileSystemView:Ljavax/swing/filechooser/FileSystemView;
         7: .line 94
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.filechooser.FileSystemView.unixFileSystemView:Ljavax/swing/filechooser/FileSystemView;
            areturn
         8: .line 104
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.filechooser.FileSystemView.genericFileSystemView:Ljavax/swing/filechooser/FileSystemView;
            ifnonnull 10
         9: .line 105
            new javax.swing.filechooser.GenericFileSystemView
            dup
            invokespecial javax.swing.filechooser.GenericFileSystemView.<init>:()V
            putstatic javax.swing.filechooser.FileSystemView.genericFileSystemView:Ljavax/swing/filechooser/FileSystemView;
        10: .line 107
      StackMap locals:
      StackMap stack:
            getstatic javax.swing.filechooser.FileSystemView.genericFileSystemView:Ljavax/swing/filechooser/FileSystemView;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javax.swing.filechooser.FileSystemView this
         0: .line 113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
         2: .line 76
            invokestatic javax.swing.UIManager.getDefaults:()Ljavax/swing/UIDefaults;
            ldc "FileChooser.useSystemExtensionHiding"
            invokevirtual javax.swing.UIDefaults.getBoolean:(Ljava/lang/Object;)Z
            putfield javax.swing.filechooser.FileSystemView.useSystemExtensionHiding:Z
         3: .line 114
            new java.lang.ref.WeakReference
            dup
            aload 0 /* this */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            astore 1 /* weakReference */
        start local 1 // java.lang.ref.WeakReference weakReference
         4: .line 115
            aload 1 /* weakReference */
            invokedynamic propertyChange(Ljava/lang/ref/WeakReference;)Ljava/beans/PropertyChangeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/beans/PropertyChangeEvent;)V
                  javax/swing/filechooser/FileSystemView.lambda$0(Ljava/lang/ref/WeakReference;Ljava/beans/PropertyChangeEvent;)V (6)
                  (Ljava/beans/PropertyChangeEvent;)V
            astore 2 /* pcl */
        start local 2 // java.beans.PropertyChangeListener pcl
         5: .line 124
            aload 2 /* pcl */
            invokestatic javax.swing.UIManager.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         6: .line 125
            invokestatic jdk.internal.ref.CleanerFactory.cleaner:()Ljava/lang/ref/Cleaner;
            aload 0 /* this */
            aload 2 /* pcl */
            invokedynamic run(Ljava/beans/PropertyChangeListener;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  javax/swing/filechooser/FileSystemView.lambda$1(Ljava/beans/PropertyChangeListener;)V (6)
                  ()V
            invokevirtual java.lang.ref.Cleaner.register:(Ljava/lang/Object;Ljava/lang/Runnable;)Ljava/lang/ref/Cleaner$Cleanable;
            pop
         7: .line 128
            return
        end local 2 // java.beans.PropertyChangeListener pcl
        end local 1 // java.lang.ref.WeakReference weakReference
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Ljavax/swing/filechooser/FileSystemView;
            4    8     1  weakReference  Ljava/lang/ref/WeakReference<Ljavax/swing/filechooser/FileSystemView;>;
            5    8     2            pcl  Ljava/beans/PropertyChangeListener;

  public boolean isRoot(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 143
            aload 1 /* f */
            ifnull 1
            aload 1 /* f */
            invokevirtual java.io.File.isAbsolute:()Z
            ifne 2
         1: .line 144
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.filechooser.FileSystemView.getRoots:()[Ljava/io/File;
            astore 2 /* roots */
        start local 2 // java.io.File[] roots
         3: .line 148
            aload 2 /* roots */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 8
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File java.io.File[] top int int java.io.File[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* root */
        start local 3 // java.io.File root
         5: .line 149
            aload 3 /* root */
            aload 1 /* f */
            invokevirtual java.io.File.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 150
            iconst_1
            ireturn
        end local 3 // java.io.File root
         7: .line 148
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         8: iload 4
            iload 5
            if_icmplt 4
         9: .line 153
            iconst_0
            ireturn
        end local 2 // java.io.File[] roots
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljavax/swing/filechooser/FileSystemView;
            0   10     1      f  Ljava/io/File;
            3   10     2  roots  [Ljava/io/File;
            5    7     3   root  Ljava/io/File;
    MethodParameters:
      Name  Flags
      f     

  public java.lang.Boolean isTraversable(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 167
            aload 1 /* f */
            invokevirtual java.io.File.isDirectory:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      f     

  public java.lang.String getSystemDisplayName(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 183
            aload 1 /* f */
            ifnonnull 2
         1: .line 184
            aconst_null
            areturn
         2: .line 187
      StackMap locals:
      StackMap stack:
            aload 1 /* f */
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         3: .line 189
            aload 2 /* name */
            ldc ".."
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
            aload 2 /* name */
            ldc "."
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 12
         4: .line 190
            aload 0 /* this */
            getfield javax.swing.filechooser.FileSystemView.useSystemExtensionHiding:Z
            ifne 5
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystem:(Ljava/io/File;)Z
            ifeq 5
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystemRoot:(Ljava/io/File;)Z
            ifeq 12
         5: .line 191
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* f */
            instanceof sun.awt.shell.ShellFolder
            ifne 6
            aload 1 /* f */
            invokevirtual java.io.File.exists:()Z
            ifeq 12
         6: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
            invokevirtual sun.awt.shell.ShellFolder.getDisplayName:()Ljava/lang/String;
            astore 2 /* name */
         7: .line 195
            goto 10
      StackMap locals:
      StackMap stack: java.io.FileNotFoundException
         8: pop
         9: .line 196
            aconst_null
            areturn
        10: .line 199
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            ifnull 11
            aload 2 /* name */
            invokevirtual java.lang.String.length:()I
            ifne 12
        11: .line 200
      StackMap locals:
      StackMap stack:
            aload 1 /* f */
            invokevirtual java.io.File.getPath:()Ljava/lang/String;
            astore 2 /* name */
        12: .line 204
      StackMap locals:
      StackMap stack:
            aload 2 /* name */
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljavax/swing/filechooser/FileSystemView;
            0   13     1     f  Ljava/io/File;
            3   13     2  name  Ljava/lang/String;
      Exception table:
        from    to  target  type
           6     7       8  Class java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      f     

  public java.lang.String getSystemTypeDescription(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 221
            aconst_null
            areturn
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      f     

  public javax.swing.Icon getSystemIcon(java.io.File);
    descriptor: (Ljava/io/File;)Ljavax/swing/Icon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 237
            aload 1 /* f */
            ifnonnull 2
         1: .line 238
            aconst_null
            areturn
         2: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
            astore 2 /* sf */
        start local 2 // sun.awt.shell.ShellFolder sf
         3: .line 245
            goto 6
        end local 2 // sun.awt.shell.ShellFolder sf
      StackMap locals:
      StackMap stack: java.io.FileNotFoundException
         4: pop
         5: .line 246
            aconst_null
            areturn
        start local 2 // sun.awt.shell.ShellFolder sf
         6: .line 249
      StackMap locals: sun.awt.shell.ShellFolder
      StackMap stack:
            aload 2 /* sf */
            iconst_0
            invokevirtual sun.awt.shell.ShellFolder.getIcon:(Z)Ljava/awt/Image;
            astore 3 /* img */
        start local 3 // java.awt.Image img
         7: .line 251
            aload 3 /* img */
            ifnull 9
         8: .line 252
            new javax.swing.ImageIcon
            dup
            aload 3 /* img */
            aload 2 /* sf */
            invokevirtual sun.awt.shell.ShellFolder.getFolderType:()Ljava/lang/String;
            invokespecial javax.swing.ImageIcon.<init>:(Ljava/awt/Image;Ljava/lang/String;)V
            areturn
         9: .line 254
      StackMap locals: java.awt.Image
      StackMap stack:
            aload 1 /* f */
            invokevirtual java.io.File.isDirectory:()Z
            ifeq 10
            ldc "FileView.directoryIcon"
            goto 11
      StackMap locals:
      StackMap stack:
        10: ldc "FileView.fileIcon"
      StackMap locals:
      StackMap stack: java.lang.String
        11: invokestatic javax.swing.UIManager.getIcon:(Ljava/lang/Object;)Ljavax/swing/Icon;
            areturn
        end local 3 // java.awt.Image img
        end local 2 // sun.awt.shell.ShellFolder sf
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljavax/swing/filechooser/FileSystemView;
            0   12     1     f  Ljava/io/File;
            3    4     2    sf  Lsun/awt/shell/ShellFolder;
            6   12     2    sf  Lsun/awt/shell/ShellFolder;
            7   12     3   img  Ljava/awt/Image;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      f     

  public boolean isParent(java.io.File, java.io.File);
    descriptor: (Ljava/io/File;Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File folder
        start local 2 // java.io.File file
         0: .line 269
            aload 1 /* folder */
            ifnull 1
            aload 2 /* file */
            ifnonnull 2
         1: .line 270
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 1 /* folder */
            instanceof sun.awt.shell.ShellFolder
            ifeq 14
         3: .line 272
            aload 2 /* file */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            astore 3 /* parent */
        start local 3 // java.io.File parent
         4: .line 273
            aload 3 /* parent */
            ifnull 6
            aload 3 /* parent */
            aload 1 /* folder */
            invokevirtual java.io.File.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 274
            iconst_1
            ireturn
         6: .line 276
      StackMap locals: java.io.File
      StackMap stack:
            aload 0 /* this */
            aload 1 /* folder */
            iconst_0
            invokevirtual javax.swing.filechooser.FileSystemView.getFiles:(Ljava/io/File;Z)[Ljava/io/File;
            astore 4 /* children */
        start local 4 // java.io.File[] children
         7: .line 277
            aload 4 /* children */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 12
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File java.io.File java.io.File java.io.File[] top int int java.io.File[]
      StackMap stack:
         8: aload 8
            iload 6
            aaload
            astore 5 /* child */
        start local 5 // java.io.File child
         9: .line 278
            aload 2 /* file */
            aload 5 /* child */
            invokevirtual java.io.File.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 279
            iconst_1
            ireturn
        end local 5 // java.io.File child
        11: .line 277
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        12: iload 6
            iload 7
            if_icmplt 8
        13: .line 282
            iconst_0
            ireturn
        end local 4 // java.io.File[] children
        end local 3 // java.io.File parent
        14: .line 284
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File java.io.File
      StackMap stack:
            aload 1 /* folder */
            aload 2 /* file */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            invokevirtual java.io.File.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.io.File file
        end local 1 // java.io.File folder
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Ljavax/swing/filechooser/FileSystemView;
            0   15     1    folder  Ljava/io/File;
            0   15     2      file  Ljava/io/File;
            4   14     3    parent  Ljava/io/File;
            7   14     4  children  [Ljava/io/File;
            9   11     5     child  Ljava/io/File;
    MethodParameters:
        Name  Flags
      folder  
      file    

  public java.io.File getChild(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File parent
        start local 2 // java.lang.String fileName
         0: .line 299
            aload 1 /* parent */
            instanceof sun.awt.shell.ShellFolder
            ifeq 8
         1: .line 300
            aload 0 /* this */
            aload 1 /* parent */
            iconst_0
            invokevirtual javax.swing.filechooser.FileSystemView.getFiles:(Ljava/io/File;Z)[Ljava/io/File;
            astore 3 /* children */
        start local 3 // java.io.File[] children
         2: .line 301
            aload 3 /* children */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File java.lang.String java.io.File[] top int int java.io.File[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* child */
        start local 4 // java.io.File child
         4: .line 302
            aload 4 /* child */
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            aload 2 /* fileName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 303
            aload 4 /* child */
            areturn
        end local 4 // java.io.File child
         6: .line 301
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 3
        end local 3 // java.io.File[] children
         8: .line 307
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* fileName */
            invokevirtual javax.swing.filechooser.FileSystemView.createFileObject:(Ljava/io/File;Ljava/lang/String;)Ljava/io/File;
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // java.io.File parent
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Ljavax/swing/filechooser/FileSystemView;
            0    9     1    parent  Ljava/io/File;
            0    9     2  fileName  Ljava/lang/String;
            2    8     3  children  [Ljava/io/File;
            4    6     4     child  Ljava/io/File;
    MethodParameters:
          Name  Flags
      parent    
      fileName  

  public boolean isFileSystem(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 321
            aload 1 /* f */
            instanceof sun.awt.shell.ShellFolder
            ifeq 5
         1: .line 322
            aload 1 /* f */
            checkcast sun.awt.shell.ShellFolder
            astore 2 /* sf */
        start local 2 // sun.awt.shell.ShellFolder sf
         2: .line 325
            aload 2 /* sf */
            invokevirtual sun.awt.shell.ShellFolder.isFileSystem:()Z
            ifeq 4
            aload 2 /* sf */
            invokevirtual sun.awt.shell.ShellFolder.isLink:()Z
            ifeq 3
            aload 2 /* sf */
            invokevirtual sun.awt.shell.ShellFolder.isDirectory:()Z
            ifne 4
      StackMap locals: sun.awt.shell.ShellFolder
      StackMap stack:
         3: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // sun.awt.shell.ShellFolder sf
         5: .line 327
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    6     1     f  Ljava/io/File;
            2    5     2    sf  Lsun/awt/shell/ShellFolder;
    MethodParameters:
      Name  Flags
      f     

  public abstract java.io.File createNewFolder(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/io/File;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      containingDir  

  public boolean isHiddenFile(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 347
            aload 1 /* f */
            invokevirtual java.io.File.isHidden:()Z
            ireturn
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      f     

  public boolean isFileSystemRoot(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File dir
         0: .line 361
            aload 1 /* dir */
            invokestatic sun.awt.shell.ShellFolder.isFileSystemRoot:(Ljava/io/File;)Z
            ireturn
        end local 1 // java.io.File dir
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1   dir  Ljava/io/File;
    MethodParameters:
      Name  Flags
      dir   

  public boolean isDrive(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File dir
         0: .line 375
            iconst_0
            ireturn
        end local 1 // java.io.File dir
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1   dir  Ljava/io/File;
    MethodParameters:
      Name  Flags
      dir   

  public boolean isFloppyDrive(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File dir
         0: .line 389
            iconst_0
            ireturn
        end local 1 // java.io.File dir
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1   dir  Ljava/io/File;
    MethodParameters:
      Name  Flags
      dir   

  public boolean isComputerNode(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File dir
         0: .line 403
            aload 1 /* dir */
            invokestatic sun.awt.shell.ShellFolder.isComputerNode:(Ljava/io/File;)Z
            ireturn
        end local 1 // java.io.File dir
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1   dir  Ljava/io/File;
    MethodParameters:
      Name  Flags
      dir   

  public java.io.File[] getRoots();
    descriptor: ()[Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // javax.swing.filechooser.FileSystemView this
         0: .line 417
            ldc "roots"
            invokestatic sun.awt.shell.ShellFolder.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.io.File[]
            astore 1 /* roots */
        start local 1 // java.io.File[] roots
         1: .line 419
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 420
      StackMap locals: java.io.File[] int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* roots */
            iload 2 /* i */
            aaload
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystemRoot:(Ljava/io/File;)Z
            ifeq 5
         4: .line 421
            aload 1 /* roots */
            iload 2 /* i */
            aload 0 /* this */
            aload 1 /* roots */
            iload 2 /* i */
            aaload
            invokevirtual javax.swing.filechooser.FileSystemView.createFileSystemRoot:(Ljava/io/File;)Ljava/io/File;
            aastore
         5: .line 419
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* roots */
            arraylength
            if_icmplt 3
        end local 2 // int i
         7: .line 424
            aload 1 /* roots */
            areturn
        end local 1 // java.io.File[] roots
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljavax/swing/filechooser/FileSystemView;
            1    8     1  roots  [Ljava/io/File;
            2    7     2      i  I

  public java.io.File getHomeDirectory();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.filechooser.FileSystemView this
         0: .line 438
            aload 0 /* this */
            ldc "user.home"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual javax.swing.filechooser.FileSystemView.createFileObject:(Ljava/lang/String;)Ljava/io/File;
            areturn
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;

  public java.io.File getDefaultDirectory();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.swing.filechooser.FileSystemView this
         0: .line 449
            ldc "fileChooserDefaultFolder"
            invokestatic sun.awt.shell.ShellFolder.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.io.File
            astore 1 /* f */
        start local 1 // java.io.File f
         1: .line 450
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystemRoot:(Ljava/io/File;)Z
            ifeq 3
         2: .line 451
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.createFileSystemRoot:(Ljava/io/File;)Ljava/io/File;
            astore 1 /* f */
         3: .line 453
      StackMap locals: java.io.File
      StackMap stack:
            aload 1 /* f */
            areturn
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/filechooser/FileSystemView;
            1    4     1     f  Ljava/io/File;

  public java.io.File createFileObject(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File dir
        start local 2 // java.lang.String filename
         0: .line 464
            aload 1 /* dir */
            ifnonnull 2
         1: .line 465
            new java.io.File
            dup
            aload 2 /* filename */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            areturn
         2: .line 467
      StackMap locals:
      StackMap stack:
            new java.io.File
            dup
            aload 1 /* dir */
            aload 2 /* filename */
            invokespecial java.io.File.<init>:(Ljava/io/File;Ljava/lang/String;)V
            areturn
        end local 2 // java.lang.String filename
        end local 1 // java.io.File dir
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavax/swing/filechooser/FileSystemView;
            0    3     1       dir  Ljava/io/File;
            0    3     2  filename  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      dir       
      filename  

  public java.io.File createFileObject(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.lang.String path
         0: .line 478
            new java.io.File
            dup
            aload 1 /* path */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 2 /* f */
        start local 2 // java.io.File f
         1: .line 479
            aload 0 /* this */
            aload 2 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystemRoot:(Ljava/io/File;)Z
            ifeq 3
         2: .line 480
            aload 0 /* this */
            aload 2 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.createFileSystemRoot:(Ljava/io/File;)Ljava/io/File;
            astore 2 /* f */
         3: .line 482
      StackMap locals: java.io.File
      StackMap stack:
            aload 2 /* f */
            areturn
        end local 2 // java.io.File f
        end local 1 // java.lang.String path
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    4     1  path  Ljava/lang/String;
            1    4     2     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      path  

  public java.io.File[] getFiles(java.io.File, boolean);
    descriptor: (Ljava/io/File;Z)[Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=3
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File dir
        start local 2 // boolean useFileHiding
         0: .line 496
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* files */
        start local 3 // java.util.List files
         1: .line 499
            aload 1 /* dir */
            instanceof sun.awt.shell.ShellFolder
            ifne 6
         2: .line 501
            aload 0 /* this */
            aload 1 /* dir */
            invokevirtual javax.swing.filechooser.FileSystemView.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
            astore 1 /* dir */
         3: .line 502
            goto 6
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File int java.util.List
      StackMap stack: java.io.FileNotFoundException
         4: pop
         5: .line 503
            iconst_0
            anewarray java.io.File
            areturn
         6: .line 507
      StackMap locals:
      StackMap stack:
            aload 1 /* dir */
            checkcast sun.awt.shell.ShellFolder
            iload 2 /* useFileHiding */
            ifeq 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: sun.awt.shell.ShellFolder
         7: iconst_1
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File int java.util.List
      StackMap stack: sun.awt.shell.ShellFolder int
         8: invokevirtual sun.awt.shell.ShellFolder.listFiles:(Z)[Ljava/io/File;
            astore 4 /* names */
        start local 4 // java.io.File[] names
         9: .line 509
            aload 4 /* names */
            ifnonnull 11
        10: .line 510
            iconst_0
            anewarray java.io.File
            areturn
        11: .line 513
      StackMap locals: java.io.File[]
      StackMap stack:
            aload 4 /* names */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 27
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File int java.util.List java.io.File[] top int int java.io.File[]
      StackMap stack:
        12: aload 8
            iload 6
            aaload
            astore 5 /* f */
        start local 5 // java.io.File f
        13: .line 514
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isInterrupted:()Z
            ifeq 15
        14: .line 515
            goto 28
        15: .line 518
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File int java.util.List java.io.File[] java.io.File int int java.io.File[]
      StackMap stack:
            aload 5 /* f */
            instanceof sun.awt.shell.ShellFolder
            ifne 24
        16: .line 519
            aload 0 /* this */
            aload 5 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystemRoot:(Ljava/io/File;)Z
            ifeq 18
        17: .line 520
            aload 0 /* this */
            aload 5 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.createFileSystemRoot:(Ljava/io/File;)Ljava/io/File;
            astore 5 /* f */
        18: .line 523
      StackMap locals:
      StackMap stack:
            aload 5 /* f */
            invokestatic sun.awt.shell.ShellFolder.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
            astore 5 /* f */
        19: .line 524
            goto 24
      StackMap locals:
      StackMap stack: java.io.FileNotFoundException
        20: pop
        21: .line 527
            goto 26
        22: .line 528
      StackMap locals:
      StackMap stack: java.lang.InternalError
            pop
        23: .line 531
            goto 26
        24: .line 534
      StackMap locals:
      StackMap stack:
            iload 2 /* useFileHiding */
            ifeq 25
            aload 0 /* this */
            aload 5 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.isHiddenFile:(Ljava/io/File;)Z
            ifne 26
        25: .line 535
      StackMap locals:
      StackMap stack:
            aload 3 /* files */
            aload 5 /* f */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.io.File f
        26: .line 513
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File int java.util.List java.io.File[] top int int java.io.File[]
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        27: iload 6
            iload 7
            if_icmplt 12
        28: .line 539
      StackMap locals: javax.swing.filechooser.FileSystemView java.io.File int java.util.List java.io.File[]
      StackMap stack:
            aload 3 /* files */
            aload 3 /* files */
            invokeinterface java.util.List.size:()I
            anewarray java.io.File
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.io.File[]
            areturn
        end local 4 // java.io.File[] names
        end local 3 // java.util.List files
        end local 2 // boolean useFileHiding
        end local 1 // java.io.File dir
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   29     0           this  Ljavax/swing/filechooser/FileSystemView;
            0   29     1            dir  Ljava/io/File;
            0   29     2  useFileHiding  Z
            1   29     3          files  Ljava/util/List<Ljava/io/File;>;
            9   29     4          names  [Ljava/io/File;
           13   26     5              f  Ljava/io/File;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.FileNotFoundException
          18    19      20  Class java.io.FileNotFoundException
          18    19      22  Class java.lang.InternalError
    MethodParameters:
               Name  Flags
      dir            
      useFileHiding  

  public java.io.File getParentDirectory(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File dir
         0: .line 551
            aload 1 /* dir */
            ifnull 1
            aload 1 /* dir */
            invokevirtual java.io.File.exists:()Z
            ifne 2
         1: .line 552
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dir */
            invokevirtual javax.swing.filechooser.FileSystemView.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
            astore 2 /* sf */
        start local 2 // sun.awt.shell.ShellFolder sf
         3: .line 559
            goto 6
        end local 2 // sun.awt.shell.ShellFolder sf
      StackMap locals:
      StackMap stack: java.io.FileNotFoundException
         4: pop
         5: .line 560
            aconst_null
            areturn
        start local 2 // sun.awt.shell.ShellFolder sf
         6: .line 563
      StackMap locals: sun.awt.shell.ShellFolder
      StackMap stack:
            aload 2 /* sf */
            invokevirtual sun.awt.shell.ShellFolder.getParentFile:()Ljava/io/File;
            astore 3 /* psf */
        start local 3 // java.io.File psf
         7: .line 565
            aload 3 /* psf */
            ifnonnull 9
         8: .line 566
            aconst_null
            areturn
         9: .line 569
      StackMap locals: java.io.File
      StackMap stack:
            aload 0 /* this */
            aload 3 /* psf */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystem:(Ljava/io/File;)Z
            ifeq 16
        10: .line 570
            aload 3 /* psf */
            astore 4 /* f */
        start local 4 // java.io.File f
        11: .line 571
            aload 4 /* f */
            invokevirtual java.io.File.exists:()Z
            ifne 15
        12: .line 573
            aload 3 /* psf */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            astore 5 /* ppsf */
        start local 5 // java.io.File ppsf
        13: .line 574
            aload 5 /* ppsf */
            ifnull 14
            aload 0 /* this */
            aload 5 /* ppsf */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystem:(Ljava/io/File;)Z
            ifne 15
        14: .line 576
      StackMap locals: java.io.File java.io.File
      StackMap stack:
            aload 0 /* this */
            aload 4 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.createFileSystemRoot:(Ljava/io/File;)Ljava/io/File;
            astore 4 /* f */
        end local 5 // java.io.File ppsf
        15: .line 579
      StackMap locals:
      StackMap stack:
            aload 4 /* f */
            areturn
        end local 4 // java.io.File f
        16: .line 581
      StackMap locals:
      StackMap stack:
            aload 3 /* psf */
            areturn
        end local 3 // java.io.File psf
        end local 2 // sun.awt.shell.ShellFolder sf
        end local 1 // java.io.File dir
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Ljavax/swing/filechooser/FileSystemView;
            0   17     1   dir  Ljava/io/File;
            3    4     2    sf  Lsun/awt/shell/ShellFolder;
            6   17     2    sf  Lsun/awt/shell/ShellFolder;
            7   17     3   psf  Ljava/io/File;
           11   16     4     f  Ljava/io/File;
           13   15     5  ppsf  Ljava/io/File;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      dir   

  public java.io.File[] getChooserComboBoxFiles();
    descriptor: ()[Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.filechooser.FileSystemView this
         0: .line 594
            ldc "fileChooserComboBoxFolders"
            invokestatic sun.awt.shell.ShellFolder.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.io.File[]
            areturn
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;

  public final java.io.File[] getChooserShortcutPanelFiles();
    descriptor: ()[Ljava/io/File;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.filechooser.FileSystemView this
         0: .line 606
            ldc "fileChooserShortcutPanelFolders"
            invokestatic sun.awt.shell.ShellFolder.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.io.File[]
            areturn
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;

  public boolean isLink(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File file
         0: .line 622
            aload 1 /* file */
            ifnonnull 2
         1: .line 623
            new java.lang.NullPointerException
            dup
            ldc "file is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 626
      StackMap locals:
      StackMap stack:
            aload 1 /* file */
            invokestatic sun.awt.shell.ShellFolder.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
            invokevirtual sun.awt.shell.ShellFolder.isLink:()Z
         3: ireturn
         4: .line 627
      StackMap locals:
      StackMap stack: java.io.FileNotFoundException
            pop
         5: .line 628
            iconst_0
            ireturn
        end local 1 // java.io.File file
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    6     1  file  Ljava/io/File;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      file  

  public java.io.File getLinkLocation(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File file
         0: .line 647
            aload 1 /* file */
            ifnonnull 2
         1: .line 648
            new java.lang.NullPointerException
            dup
            ldc "file is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 652
      StackMap locals:
      StackMap stack:
            aload 1 /* file */
            invokestatic sun.awt.shell.ShellFolder.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
            astore 2 /* shellFolder */
        start local 2 // sun.awt.shell.ShellFolder shellFolder
         3: .line 653
            goto 6
        end local 2 // sun.awt.shell.ShellFolder shellFolder
      StackMap locals:
      StackMap stack: java.io.FileNotFoundException
         4: pop
         5: .line 654
            aconst_null
            areturn
        start local 2 // sun.awt.shell.ShellFolder shellFolder
         6: .line 656
      StackMap locals: sun.awt.shell.ShellFolder
      StackMap stack:
            aload 2 /* shellFolder */
            invokevirtual sun.awt.shell.ShellFolder.isLink:()Z
            ifeq 7
            aload 2 /* shellFolder */
            invokevirtual sun.awt.shell.ShellFolder.getLinkLocation:()Lsun/awt/shell/ShellFolder;
            goto 8
      StackMap locals:
      StackMap stack:
         7: aconst_null
      StackMap locals:
      StackMap stack: sun.awt.shell.ShellFolder
         8: areturn
        end local 2 // sun.awt.shell.ShellFolder shellFolder
        end local 1 // java.io.File file
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Ljavax/swing/filechooser/FileSystemView;
            0    9     1         file  Ljava/io/File;
            3    4     2  shellFolder  Lsun/awt/shell/ShellFolder;
            6    9     2  shellFolder  Lsun/awt/shell/ShellFolder;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.FileNotFoundException
    Exceptions:
      throws java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      file  

  sun.awt.shell.ShellFolder getShellFolder(java.io.File);
    descriptor: (Ljava/io/File;)Lsun/awt/shell/ShellFolder;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 663
            aload 1 /* f */
            instanceof sun.awt.shell.ShellFolder
            ifne 2
            aload 1 /* f */
            instanceof javax.swing.filechooser.FileSystemView$FileSystemRoot
            ifne 2
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.isFileSystemRoot:(Ljava/io/File;)Z
            ifeq 2
         1: .line 664
            aload 0 /* this */
            aload 1 /* f */
            invokevirtual javax.swing.filechooser.FileSystemView.createFileSystemRoot:(Ljava/io/File;)Ljava/io/File;
            astore 1 /* f */
         2: .line 668
      StackMap locals:
      StackMap stack:
            aload 1 /* f */
            invokestatic sun.awt.shell.ShellFolder.getShellFolder:(Ljava/io/File;)Lsun/awt/shell/ShellFolder;
         3: areturn
         4: .line 669
      StackMap locals:
      StackMap stack: java.lang.InternalError
            astore 2 /* e */
        start local 2 // java.lang.InternalError e
         5: .line 670
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "FileSystemView.getShellFolder: f="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* f */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 671
            aload 2 /* e */
            invokevirtual java.lang.InternalError.printStackTrace:()V
         7: .line 672
            aconst_null
            areturn
        end local 2 // java.lang.InternalError e
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    8     1     f  Ljava/io/File;
            5    8     2     e  Ljava/lang/InternalError;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.InternalError
    Exceptions:
      throws java.io.FileNotFoundException
    MethodParameters:
      Name  Flags
      f     

  protected java.io.File createFileSystemRoot(java.io.File);
    descriptor: (Ljava/io/File;)Ljava/io/File;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.filechooser.FileSystemView this
        start local 1 // java.io.File f
         0: .line 686
            new javax.swing.filechooser.FileSystemView$FileSystemRoot
            dup
            aload 1 /* f */
            invokespecial javax.swing.filechooser.FileSystemView$FileSystemRoot.<init>:(Ljava/io/File;)V
            areturn
        end local 1 // java.io.File f
        end local 0 // javax.swing.filechooser.FileSystemView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/filechooser/FileSystemView;
            0    1     1     f  Ljava/io/File;
    MethodParameters:
      Name  Flags
      f     

  private static void lambda$0(java.lang.ref.WeakReference, java.beans.PropertyChangeEvent);
    descriptor: (Ljava/lang/ref/WeakReference;Ljava/beans/PropertyChangeEvent;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 1 // java.beans.PropertyChangeEvent evt
         0: .line 116
            aload 0
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javax.swing.filechooser.FileSystemView
            astore 2 /* fsv */
        start local 2 // javax.swing.filechooser.FileSystemView fsv
         1: .line 117
            aload 2 /* fsv */
            ifnull 7
            aload 1 /* evt */
            invokevirtual java.beans.PropertyChangeEvent.getPropertyName:()Ljava/lang/String;
            ldc "lookAndFeel"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         2: .line 118
            aload 2 /* fsv */
         3: .line 119
            invokestatic javax.swing.UIManager.getDefaults:()Ljavax/swing/UIDefaults;
         4: .line 120
            ldc "FileChooser.useSystemExtensionHiding"
         5: .line 119
            invokevirtual javax.swing.UIDefaults.getBoolean:(Ljava/lang/Object;)Z
         6: .line 118
            putfield javax.swing.filechooser.FileSystemView.useSystemExtensionHiding:Z
        end local 2 // javax.swing.filechooser.FileSystemView fsv
         7: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.beans.PropertyChangeEvent evt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     1   evt  Ljava/beans/PropertyChangeEvent;
            1    7     2   fsv  Ljavax/swing/filechooser/FileSystemView;

  private static void lambda$1(java.beans.PropertyChangeListener);
    descriptor: (Ljava/beans/PropertyChangeListener;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 126
            aload 0
            invokestatic javax.swing.UIManager.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         1: .line 127
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FileSystemView.java"
NestMembers:
  javax.swing.filechooser.FileSystemView$FileSystemRoot
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Cleanable = java.lang.ref.Cleaner$Cleanable of java.lang.ref.Cleaner
  FileSystemRoot = javax.swing.filechooser.FileSystemView$FileSystemRoot of javax.swing.filechooser.FileSystemView