/[classpath]/classpath/javax/swing/JFileChooser.java
ViewVC logotype

Diff of /classpath/javax/swing/JFileChooser.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by rabbit78, Mon May 23 10:55:38 2005 UTC revision 1.9 by rabbit78, Mon May 23 13:24:12 2005 UTC
# Line 241  public class JFileChooser extends JCompo Line 241  public class JFileChooser extends JCompo
241    }    }
242    
243    /**    /**
244       * Creates a new JFileChooser object with the specified directory and
245       * FileSystemView.
246       *
247       * @param currentDirectoryPath the directory that should initially be
248       *     shown the filechooser
249       * @param fsv the FileSystemView object to use
250       */
251      public JFileChooser(String currentDirectoryPath, FileSystemView fsv)
252      {
253        setup(fsv);
254        setCurrentDirectory(fsv.createFileObject(currentDirectoryPath));
255      }
256    
257      /**
258     * Creates a new JFileChooser object.     * Creates a new JFileChooser object.
259     *     *
260     * @param currentDirectory DOCUMENT ME!     * @param currentDirectory DOCUMENT ME!

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26