How to customize some of the JTree icons?
Hi everyone, I have a JTree and I understand if I would like to customize the icons I will need to call setCellRenderer method on the jtree object. But my question is would it be possible to customize only some of the tree nodes to make them stand out from the rest?
Thank you very much.

