Why JTRee icon did not display?

Hello sir:

I can use a panel to display JTree's all nodes and their icons independently in a independent JtreeIcon.java;

but when I put this JTree into another panel, I can see only tree's all nodes and their text strings, but cannot see their icons, if I use Drag and Drop to move these nodes, the icon moved displays its icon, other ones still not display their icon,

I think I am short of some methiods, can any guru advice?

Thanks

[468 byte] By [sunnymanmana] at [2007-11-27 5:08:49]
# 1
Post a short (<1 page) example program that demonstrates your problem.
Hippolytea at 2007-7-12 10:28:22 > top of Java-index,Desktop,Core GUI APIs...
# 2
Cannot, too long, tested ok, but put together, no icon.I used all revalidate(), repaint() etc, no use.
sunnymanmana at 2007-7-12 10:28:22 > top of Java-index,Desktop,Core GUI APIs...
# 3
Inside every "big" problem, there's a small one trying to escape. If you work at it, you will be able to reproduce you error in a smallexample program.
Hippolytea at 2007-7-12 10:28:22 > top of Java-index,Desktop,Core GUI APIs...