/[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.14 by abalkiss, Wed Aug 31 19:18:49 2005 UTC revision 1.15 by rabbit78, Mon Sep 5 14:05:28 2005 UTC
# Line 54  import javax.swing.plaf.FileChooserUI; Line 54  import javax.swing.plaf.FileChooserUI;
54    
55    
56  /**  /**
57   * DOCUMENT ME!   * A component that provides the user a dialog box to browse through a
58     * filesystem and choose one or more files or directories.
59     *
60     * A JFileChooser can be configured to filter the displayed file list
61     * by adding a {@link FileFilter} instance using
62     * {@link #addChoosableFileFilter(FileFilter)}. Additional components can
63     * be embedded in the file chooser using {@link #setAccessory(JComponent)}.
64     * The JFileChooser properties also provide mechanisms to customize the
65     * behaviour of the file chooser.
66     *
67     * @author Kim Ho (kho@luxsci.net)
68   */   */
69  public class JFileChooser extends JComponent implements Accessible  public class JFileChooser extends JComponent implements Accessible
70  {  {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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