兄弟们这个小例子是可以运行的,大家也不妨test一下呀。帮帮忙.

解决方案 »

  1.   

    this.setOpenIcon(red);
          this.setClosedIcon(red);
          this.setLeafIcon(red);change to setIcon()
      

  2.   

    上面说得有点问题, 我试了一下.
    问题在于你的图片文件放在什么目录下. 如果和类在同目录下, 应该使用
    static ImageIcon yello = new ImageIcon(getClass().getResource("yello-ball.GIF"));
    的方式载入.
      

  3.   

    bradwoo8621() 
    如果和类在同目录下, 应该使用
    static ImageIcon yello = new ImageIcon(getClass().getResource("yello-ball.GIF"));
    ?????????????
    如果照你的改,那你测试的结果如何?