/[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.1.2.2 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.1.2.3 by gnu_andrew, Sat Sep 10 15:31:53 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.1.2.2  
changed lines
  Added in v.1.1.2.3

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