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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-11-05
|
599 b
|
18 lines
package javax.swing.filechooser;
import java.io.File;
class WindowsFileSystemView$WindowsFloppy extends File {
// $FF: synthetic field
private final WindowsFileSystemView this$0;
public WindowsFileSystemView$WindowsFloppy(WindowsFileSystemView var1) {
super("A:\\");
this.this$0 = var1;
}
public boolean isDirectory() {
return true;
}
}