Is there a default cellrenderer for trees? Markus Neubauer Created August 16, 2013 10:34 Hi Community,I would like to know if there is a default cellrenderer for Trees, such as DefaultPsiElementCellRenderer for JBLists?Markus
No. You can use ColoredTreeCellRenderer, and write 2 lines of code to show the icon and name of the element.
I got it thanks.
And sorry for my newbie questions.