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

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

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

revision 1.93 by langel, Thu Oct 13 16:08:18 2005 UTC revision 1.94 by roehrijn, Thu Oct 13 16:40:33 2005 UTC
# Line 1317  public class BasicTreeUI Line 1317  public class BasicTreeUI
1317     */     */
1318    public void installUI(JComponent c)    public void installUI(JComponent c)
1319    {    {
1320        tree = (JTree) c;
1321      prepareForUIInstall();      prepareForUIInstall();
1322      super.installUI(c);      super.installUI(c);
     tree = (JTree) c;  
     installDefaults();  
1323    
1324        installDefaults();
1325      installComponents();      installComponents();
1326    
1327      setCellEditor(createDefaultCellEditor());      setCellEditor(createDefaultCellEditor());

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

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