OverlayIcon – Displaying overlayed icons in JTree

In companion to the CompoundIcon article, here is a class to allow you to build up icons with overlays that can be used anywhere, but specifically in JTree. /* * (c)2008 mharrison * This class is released under GPLv3 */ … Continue reading

Posted in Java | Tagged , | Comments Off

CompoundIcon – Displaying more than one icon in JTree

I came across the requirement to display more than one Icon against the nodes in a Jtree. After several hours /days of building custom TreeCellRenderers and TreeCellEditors, inspiration hit. The JLabel can only display one icon, so lets override Icon … Continue reading

Posted in Java | Tagged , | Comments Off