Is there a default cellrenderer for trees? Markus Neubauer 创建于 2013年08月16日 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.