DefaultMutableTreeNode icon
843804Jan 2 2005 — edited Jan 4 2005HI!
I'm writing an applet and I'm using a tree to show the errors that apper during the compilation of a source code (the application is an online CPU simulator). What I want is to change the icon of the DefaultMutableTreeNode. As it is it shows a folder icon and I don't like it. Can I change this icon??
Or can I create a tree without a DefaultMutableTreeNode ??? Or at least can I create a tree and don't show the DefaultMutableTreeNode???
I would be happy to at least change the icon....
Thanks!