Searched refs:currentDirectoryPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java307 * @param currentDirectoryPath a <code>String</code> giving the path
310 public JFileChooser(String currentDirectoryPath) { argument
311 this(currentDirectoryPath, (FileSystemView) null);
351 public JFileChooser(String currentDirectoryPath, FileSystemView fsv) { argument
353 if(currentDirectoryPath == null) {
356 setCurrentDirectory(fileSystemView.createFileObject(currentDirectoryPath));

Completed in 32 milliseconds