home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / filechooser / WindowsFileSystemView$WindowsFloppy.class (.txt) < prev   
Encoding:
Java Class File  |  1998-11-05  |  599 b   |  18 lines

  1. package javax.swing.filechooser;
  2.  
  3. import java.io.File;
  4.  
  5. class WindowsFileSystemView$WindowsFloppy extends File {
  6.    // $FF: synthetic field
  7.    private final WindowsFileSystemView this$0;
  8.  
  9.    public WindowsFileSystemView$WindowsFloppy(WindowsFileSystemView var1) {
  10.       super("A:\\");
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public boolean isDirectory() {
  15.       return true;
  16.    }
  17. }
  18.