/* @test %W% %E%
@bug 6698013
@summary JFileChooser can no longer navigate non-local file systems.
@author Pavel Porvatov
@run applet/manual=done bug6698013.html
*/
}
public void init() {
}
}
}
return null;
}
}
return false;
}
return false;
}
return null;
}
}
}
}
return null;
}
return bug6698013.root;
}
return getHomeDirectory();
}
}
}
}
/**
* A Virtual File. Contains a path and a directory flag that
* represents the location of a virtual file to be contained in the
* Virtual FileSystemView.
*/
private boolean directory;
super(path);
}
if (index == -1) {
return null;
}
}
return this;
}
}
}
return path;
}
return path;
}
return path;
}
return path;
}
}
public int hashCode() {
}
public boolean canWrite() {
return true;
}
public boolean isDirectory() {
return directory;
}
public boolean exists() {
return true;
}
}