/[classpath]/classpath/javax/swing/plaf/FileChooserUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/FileChooserUI.java

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

revision 1.3.2.2 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.3.2.3 by gnu_andrew, Wed Nov 2 00:43:51 2005 UTC
# Line 53  import javax.swing.filechooser.FileView; Line 53  import javax.swing.filechooser.FileView;
53   * @author Andrew Selkirk (aselkirk@sympatico.ca)   * @author Andrew Selkirk (aselkirk@sympatico.ca)
54   * @author Sascha Brawer (brawer@dandelis.ch)   * @author Sascha Brawer (brawer@dandelis.ch)
55   */   */
56  public abstract class FileChooserUI  public abstract class FileChooserUI extends ComponentUI
   extends ComponentUI  
57  {  {
58    /**    /**
59     * Constructs a new <code>FileChooserUI</code>.     * Constructs a new <code>FileChooserUI</code>.
60     */     */
61    public FileChooserUI()    public FileChooserUI()
62    {    {
63        // Nothing to do here.
64    }    }
65    
66        

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

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