ícones diferentes em folhas numa JTree

Boa Tarde Galera!

alguem ai poderia postar um exemplo de código de como que eu mudaria o ícone de várias folhas em uma JTree, por exemplo…

está sendo mostrado na imagem junto no post…

nesse caso eu gostaria de que cada nó filho tivesse um ícone diferente, pois cada filho estaria representando um módulo do meu sistema

aguardo futuros posts!!

[]'s

http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html

Comece a ler a partir deste parágrafo:

If you want finer control over the node icons or you want to provide tool tips, you can do so by creating a subclass of DefaultTreeCellRenderer and overriding the getTreeCellRendererComponent method. Because DefaultTreeCellRenderer is a subclass of JLabel, you can use any JLabel method — such as setIcon — to customize the DefaultTreeCellRenderer.