/[classpath]/classpath/javax/swing/plaf/basic/BasicFileChooserUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicFileChooserUI.java

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

revision 1.2.2.6 by gnu_andrew, Wed Nov 2 00:43:53 2005 UTC revision 1.2.2.7 by tromey, Sat Nov 26 05:29:42 2005 UTC
# Line 179  public class BasicFileChooserUI extends Line 179  public class BasicFileChooserUI extends
179    protected class BasicFileView extends FileView    protected class BasicFileView extends FileView
180    {    {
181      /** Storage for cached icons. */      /** Storage for cached icons. */
182      protected Hashtable iconCache = new Hashtable();      protected Hashtable<File, Icon> iconCache = new Hashtable<File, Icon>();
183    
184      /**      /**
185       * Creates a new instance.       * Creates a new instance.

Legend:
Removed from v.1.2.2.6  
changed lines
  Added in v.1.2.2.7

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