Change the icon of Jtree Root Node
问题 Below is the code i have created a Jtree with root Node "Data Generation.. rootNode = new DefaultMutableTreeNode("Data Generation"); treeModel =new DefaultTreeModel(rootNode); tree = new JTree(treeModel); tree.setEditable(true); I have changed the icon images for the leaf node childNode=new DefaultMutableTreeNode(existingtagnames.get(len).toString()); DefaultTreeCellRenderer renderer = (DefaultTreeCellRenderer) tree.getCellRenderer(); ImageIcon imageIcon = new ImageIcon(Generate_Explorer