Ok, to set the Open Folder Icon you do the same except, setOpenIcon(new ImageIcon()); and the setClosedIcon(new ImageIcon()) sets the closed folder Icon.
I'm setting everything as a DefaultMutableTreeNode. I execute a SQL statement and step through the ResultSet to add each element as a node. Then I create a tree model passing that node to the constructor. Is there a way to change the icon of a node so that I don't have to recode the tree using leafs? Jeremy