class sun.lwawt.macosx.CFileDialog implements java.awt.peer.FileDialogPeer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CFileDialog
  super_class: java.lang.Object
{
  private final java.awt.FileDialog target;
    descriptor: Ljava/awt/FileDialog;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.awt.FileDialog);
    descriptor: (Ljava/awt/FileDialog;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.FileDialog target
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 106
            aload 0 /* this */
            aload 1 /* target */
            putfield sun.lwawt.macosx.CFileDialog.target:Ljava/awt/FileDialog;
         2: .line 107
            return
        end local 1 // java.awt.FileDialog target
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/lwawt/macosx/CFileDialog;
            0    3     1  target  Ljava/awt/FileDialog;
    MethodParameters:
        Name  Flags
      target  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 111
            aload 0 /* this */
            getfield sun.lwawt.macosx.CFileDialog.target:Ljava/awt/FileDialog;
            aload 0 /* this */
            invokestatic sun.lwawt.macosx.LWCToolkit.targetDisposedPeer:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 115
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void setVisible(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // boolean visible
         0: .line 119
            iload 1 /* visible */
            ifeq 2
         1: .line 122
            new java.lang.Thread
            dup
            new sun.lwawt.macosx.CFileDialog$Task
            dup
            aload 0 /* this */
            invokespecial sun.lwawt.macosx.CFileDialog$Task.<init>:(Lsun/lwawt/macosx/CFileDialog;)V
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;)V
            invokevirtual java.lang.Thread.start:()V
         2: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean visible
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/lwawt/macosx/CFileDialog;
            0    3     1  visible  Z
    MethodParameters:
         Name  Flags
      visible  

  private boolean queryFilenameFilter(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.lang.String inFilename
         0: .line 134
            iconst_0
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 136
            aload 0 /* this */
            getfield sun.lwawt.macosx.CFileDialog.target:Ljava/awt/FileDialog;
            invokevirtual java.awt.FileDialog.getFilenameFilter:()Ljava/io/FilenameFilter;
            astore 3 /* ff */
        start local 3 // java.io.FilenameFilter ff
         2: .line 137
            new java.io.File
            dup
            aload 1 /* inFilename */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 4 /* fileObj */
        start local 4 // java.io.File fileObj
         3: .line 140
            aload 4 /* fileObj */
            invokevirtual java.io.File.isDirectory:()Z
            ifne 7
         4: .line 141
            new java.io.File
            dup
            aload 4 /* fileObj */
            invokevirtual java.io.File.getParent:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 5 /* directoryObj */
        start local 5 // java.io.File directoryObj
         5: .line 142
            aload 4 /* fileObj */
            invokevirtual java.io.File.getName:()Ljava/lang/String;
            astore 6 /* nameOnly */
        start local 6 // java.lang.String nameOnly
         6: .line 143
            aload 3 /* ff */
            aload 5 /* directoryObj */
            aload 6 /* nameOnly */
            invokeinterface java.io.FilenameFilter.accept:(Ljava/io/File;Ljava/lang/String;)Z
            istore 2 /* ret */
        end local 6 // java.lang.String nameOnly
        end local 5 // java.io.File directoryObj
         7: .line 145
      StackMap locals: int java.io.FilenameFilter java.io.File
      StackMap stack:
            iload 2 /* ret */
            ireturn
        end local 4 // java.io.File fileObj
        end local 3 // java.io.FilenameFilter ff
        end local 2 // boolean ret
        end local 1 // java.lang.String inFilename
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lsun/lwawt/macosx/CFileDialog;
            0    8     1    inFilename  Ljava/lang/String;
            1    8     2           ret  Z
            2    8     3            ff  Ljava/io/FilenameFilter;
            3    8     4       fileObj  Ljava/io/File;
            5    7     5  directoryObj  Ljava/io/File;
            6    7     6      nameOnly  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      inFilename  final

  private native java.lang.String[] nativeRunFileDialog(java.lang.String, int, boolean, boolean, boolean, boolean, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;IZZZZLjava/lang/String;Ljava/lang/String;)[Ljava/lang/String;
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
                      Name  Flags
      title                 
      mode                  
      multipleMode          
      shouldNavigateApps    
      canChooseDirectories  
      hasFilenameFilter     
      directory             
      file                  

  public void setDirectory(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.lang.String dir
         0: .line 155
            return
        end local 1 // java.lang.String dir
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1   dir  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      dir   

  public void setFile(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.lang.String file
         0: .line 159
            return
        end local 1 // java.lang.String file
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  file  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      file  

  public void setFilenameFilter(java.io.FilenameFilter);
    descriptor: (Ljava/io/FilenameFilter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.io.FilenameFilter filter
         0: .line 163
            return
        end local 1 // java.io.FilenameFilter filter
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  filter  Ljava/io/FilenameFilter;
    MethodParameters:
        Name  Flags
      filter  

  public void blockWindows(java.util.List<java.awt.Window>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.util.List windows
         0: .line 167
            return
        end local 1 // java.util.List windows
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  windows  Ljava/util/List<Ljava/awt/Window;>;
    Signature: (Ljava/util/List<Ljava/awt/Window;>;)V
    MethodParameters:
         Name  Flags
      windows  

  public void setResizable(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // boolean resizeable
         0: .line 171
            return
        end local 1 // boolean resizeable
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  resizeable  Z
    MethodParameters:
            Name  Flags
      resizeable  

  public void setTitle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.lang.String title
         0: .line 175
            return
        end local 1 // java.lang.String title
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  title  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      title  

  public void repositionSecurityWarning();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 179
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void updateAlwaysOnTopState();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 183
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void setModalBlocked(java.awt.Dialog, boolean);
    descriptor: (Ljava/awt/Dialog;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Dialog blocker
        start local 2 // boolean blocked
         0: .line 187
            return
        end local 2 // boolean blocked
        end local 1 // java.awt.Dialog blocker
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  blocker  Ljava/awt/Dialog;
            0    1     2  blocked  Z
    MethodParameters:
         Name  Flags
      blocker  
      blocked  

  public void setOpacity(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // float opacity
         0: .line 191
            return
        end local 1 // float opacity
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  opacity  F
    MethodParameters:
         Name  Flags
      opacity  

  public void setOpaque(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // boolean isOpaque
         0: .line 195
            return
        end local 1 // boolean isOpaque
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  isOpaque  Z
    MethodParameters:
          Name  Flags
      isOpaque  

  public void toBack();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 199
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void toFront();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 203
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void updateFocusableWindowState();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 207
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void updateIconImages();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 211
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void updateMinimumSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 215
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void updateWindow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 219
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void beginLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 223
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void beginValidate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 227
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void endLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 231
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void endValidate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 235
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public java.awt.Insets getInsets();
    descriptor: ()Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 239
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void applyShape(sun.java2d.pipe.Region);
    descriptor: (Lsun/java2d/pipe/Region;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // sun.java2d.pipe.Region shape
         0: .line 244
            return
        end local 1 // sun.java2d.pipe.Region shape
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  shape  Lsun/java2d/pipe/Region;
    MethodParameters:
       Name  Flags
      shape  

  public boolean canDetermineObscurity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 248
            iconst_0
            ireturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public int checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IILjava/awt/image/ImageObserver;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Image img
        start local 2 // int w
        start local 3 // int h
        start local 4 // java.awt.image.ImageObserver o
         0: .line 253
            iconst_0
            ireturn
        end local 4 // java.awt.image.ImageObserver o
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.awt.Image img
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1   img  Ljava/awt/Image;
            0    1     2     w  I
            0    1     3     h  I
            0    1     4     o  Ljava/awt/image/ImageObserver;
    MethodParameters:
      Name  Flags
      img   
      w     
      h     
      o     

  public void coalescePaintEvent(java.awt.event.PaintEvent);
    descriptor: (Ljava/awt/event/PaintEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.event.PaintEvent e
         0: .line 258
            return
        end local 1 // java.awt.event.PaintEvent e
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     e  Ljava/awt/event/PaintEvent;
    MethodParameters:
      Name  Flags
      e     

  public void createBuffers(int, java.awt.BufferCapabilities);
    descriptor: (ILjava/awt/BufferCapabilities;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // int numBuffers
        start local 2 // java.awt.BufferCapabilities caps
         0: .line 263
            return
        end local 2 // java.awt.BufferCapabilities caps
        end local 1 // int numBuffers
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  numBuffers  I
            0    1     2        caps  Ljava/awt/BufferCapabilities;
    Exceptions:
      throws java.awt.AWTException
    MethodParameters:
            Name  Flags
      numBuffers  
      caps        

  public java.awt.Image createImage(java.awt.image.ImageProducer);
    descriptor: (Ljava/awt/image/ImageProducer;)Ljava/awt/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.image.ImageProducer producer
         0: .line 267
            aconst_null
            areturn
        end local 1 // java.awt.image.ImageProducer producer
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  producer  Ljava/awt/image/ImageProducer;
    MethodParameters:
          Name  Flags
      producer  

  public java.awt.Image createImage(int, int);
    descriptor: (II)Ljava/awt/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // int width
        start local 2 // int height
         0: .line 272
            aconst_null
            areturn
        end local 2 // int height
        end local 1 // int width
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1   width  I
            0    1     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public java.awt.image.VolatileImage createVolatileImage(int, int);
    descriptor: (II)Ljava/awt/image/VolatileImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // int width
        start local 2 // int height
         0: .line 277
            aconst_null
            areturn
        end local 2 // int height
        end local 1 // int width
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1   width  I
            0    1     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public void destroyBuffers();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 282
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void flip(int, int, int, int, java.awt.BufferCapabilities$FlipContents);
    descriptor: (IIIILjava/awt/BufferCapabilities$FlipContents;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=6
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // int x1
        start local 2 // int y1
        start local 3 // int x2
        start local 4 // int y2
        start local 5 // java.awt.BufferCapabilities$FlipContents flipAction
         0: .line 286
            return
        end local 5 // java.awt.BufferCapabilities$FlipContents flipAction
        end local 4 // int y2
        end local 3 // int x2
        end local 2 // int y1
        end local 1 // int x1
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1          x1  I
            0    1     2          y1  I
            0    1     3          x2  I
            0    1     4          y2  I
            0    1     5  flipAction  Ljava/awt/BufferCapabilities$FlipContents;
    MethodParameters:
            Name  Flags
      x1          
      y1          
      x2          
      y2          
      flipAction  

  public java.awt.Image getBackBuffer();
    descriptor: ()Ljava/awt/Image;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 290
            aconst_null
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public java.awt.image.ColorModel getColorModel();
    descriptor: ()Ljava/awt/image/ColorModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 295
            aconst_null
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public java.awt.FontMetrics getFontMetrics(java.awt.Font);
    descriptor: (Ljava/awt/Font;)Ljava/awt/FontMetrics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Font font
         0: .line 300
            aconst_null
            areturn
        end local 1 // java.awt.Font font
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  font  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      font  

  public java.awt.Graphics getGraphics();
    descriptor: ()Ljava/awt/Graphics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 305
            aconst_null
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public java.awt.GraphicsConfiguration getGraphicsConfiguration();
    descriptor: ()Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 310
            aconst_null
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public java.awt.Point getLocationOnScreen();
    descriptor: ()Ljava/awt/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 315
            aconst_null
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public java.awt.Dimension getMinimumSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 320
            aload 0 /* this */
            getfield sun.lwawt.macosx.CFileDialog.target:Ljava/awt/FileDialog;
            invokevirtual java.awt.FileDialog.getSize:()Ljava/awt/Dimension;
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public java.awt.Dimension getPreferredSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 325
            aload 0 /* this */
            invokevirtual sun.lwawt.macosx.CFileDialog.getMinimumSize:()Ljava/awt/Dimension;
            areturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void handleEvent(java.awt.AWTEvent);
    descriptor: (Ljava/awt/AWTEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.AWTEvent e
         0: .line 330
            return
        end local 1 // java.awt.AWTEvent e
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     e  Ljava/awt/AWTEvent;
    MethodParameters:
      Name  Flags
      e     

  public boolean handlesWheelScrolling();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 334
            iconst_0
            ireturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public boolean isFocusable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 339
            iconst_0
            ireturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public boolean isObscured();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 344
            iconst_0
            ireturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public boolean isReparentSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 349
            iconst_0
            ireturn
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void layout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 354
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public void paint(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Graphics g
         0: .line 358
            return
        end local 1 // java.awt.Graphics g
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     g  Ljava/awt/Graphics;
    MethodParameters:
      Name  Flags
      g     

  public boolean prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Image img
        start local 2 // int w
        start local 3 // int h
        start local 4 // java.awt.image.ImageObserver o
         0: .line 362
            iconst_0
            ireturn
        end local 4 // java.awt.image.ImageObserver o
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.awt.Image img
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1   img  Ljava/awt/Image;
            0    1     2     w  I
            0    1     3     h  I
            0    1     4     o  Ljava/awt/image/ImageObserver;
    MethodParameters:
      Name  Flags
      img   
      w     
      h     
      o     

  public void print(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Graphics g
         0: .line 367
            return
        end local 1 // java.awt.Graphics g
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     g  Ljava/awt/Graphics;
    MethodParameters:
      Name  Flags
      g     

  public void reparent(java.awt.peer.ContainerPeer);
    descriptor: (Ljava/awt/peer/ContainerPeer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.peer.ContainerPeer newContainer
         0: .line 371
            return
        end local 1 // java.awt.peer.ContainerPeer newContainer
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  newContainer  Ljava/awt/peer/ContainerPeer;
    MethodParameters:
              Name  Flags
      newContainer  

  public boolean requestFocus(java.awt.Component, boolean, boolean, long, sun.awt.CausedFocusEvent$Cause);
    descriptor: (Ljava/awt/Component;ZZJLsun/awt/CausedFocusEvent$Cause;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=7, args_size=6
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Component lightweightChild
        start local 2 // boolean temporary
        start local 3 // boolean focusedWindowChangeAllowed
        start local 4 // long time
        start local 6 // sun.awt.CausedFocusEvent$Cause cause
         0: .line 376
            iconst_0
            ireturn
        end local 6 // sun.awt.CausedFocusEvent$Cause cause
        end local 4 // long time
        end local 3 // boolean focusedWindowChangeAllowed
        end local 2 // boolean temporary
        end local 1 // java.awt.Component lightweightChild
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    1     0                        this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1            lightweightChild  Ljava/awt/Component;
            0    1     2                   temporary  Z
            0    1     3  focusedWindowChangeAllowed  Z
            0    1     4                        time  J
            0    1     6                       cause  Lsun/awt/CausedFocusEvent$Cause;
    MethodParameters:
                            Name  Flags
      lightweightChild            
      temporary                   
      focusedWindowChangeAllowed  
      time                        
      cause                       

  public void setBackground(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Color c
         0: .line 381
            return
        end local 1 // java.awt.Color c
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     c  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  public void setForeground(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Color c
         0: .line 385
            return
        end local 1 // java.awt.Color c
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     c  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  public void setBounds(int, int, int, int, int);
    descriptor: (IIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=6
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
        start local 5 // int op
         0: .line 389
            return
        end local 5 // int op
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1       x  I
            0    1     2       y  I
            0    1     3   width  I
            0    1     4  height  I
            0    1     5      op  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  
      op      

  public void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // boolean e
         0: .line 393
            return
        end local 1 // boolean e
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     e  Z
    MethodParameters:
      Name  Flags
      e     

  public void setFont(java.awt.Font);
    descriptor: (Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.Font f
         0: .line 397
            return
        end local 1 // java.awt.Font f
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1     f  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      f     

  public void setZOrder(java.awt.peer.ComponentPeer);
    descriptor: (Ljava/awt/peer/ComponentPeer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.peer.ComponentPeer above
         0: .line 401
            return
        end local 1 // java.awt.peer.ComponentPeer above
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1  above  Ljava/awt/peer/ComponentPeer;
    MethodParameters:
       Name  Flags
      above  

  public void updateCursorImmediately();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CFileDialog this
         0: .line 405
            return
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;

  public boolean updateGraphicsData(java.awt.GraphicsConfiguration);
    descriptor: (Ljava/awt/GraphicsConfiguration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CFileDialog this
        start local 1 // java.awt.GraphicsConfiguration gc
         0: .line 409
            iconst_0
            ireturn
        end local 1 // java.awt.GraphicsConfiguration gc
        end local 0 // sun.lwawt.macosx.CFileDialog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CFileDialog;
            0    1     1    gc  Ljava/awt/GraphicsConfiguration;
    MethodParameters:
      Name  Flags
      gc    
}
SourceFile: "CFileDialog.java"
NestMembers:
  sun.lwawt.macosx.CFileDialog$Task
InnerClasses:
  public final FlipContents = java.awt.BufferCapabilities$FlipContents of java.awt.BufferCapabilities
  public final Cause = sun.awt.CausedFocusEvent$Cause of sun.awt.CausedFocusEvent
  private Task = sun.lwawt.macosx.CFileDialog$Task of sun.lwawt.macosx.CFileDialog