/[classpath]/classpath/javax/swing/plaf/metal/MetalTreeUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalTreeUI.java

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

revision 1.3 by rabbit78, Tue Jul 12 19:24:49 2005 UTC revision 1.4 by langel, Tue Aug 23 14:14:02 2005 UTC
# Line 75  public class MetalTreeUI Line 75  public class MetalTreeUI
75      MetalTreeUI instance;      MetalTreeUI instance;
76      if (o == null)      if (o == null)
77        {        {
78          instance = new MetalTreeUI();          instance = new MetalTreeUI();
79          instances.put(component, instance);          instances.put(component, instance);
80        }        }
81      else      else
82        instance = (MetalTreeUI) o;        instance = (MetalTreeUI) o;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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