alter label colors when using DefaultTreeModel
I have a JPanel with a bunch label and text fields that I organize using the DefaultTreeModel. What I have noticed is I cannot seem to alter the label text in any way. Is the model overriding my settings to things like Forground Colors?
Is there a way to get around this? I wish to make certain label bold or perhaps a different color.
-Andy

