rendered Nodes in JTree, Look&Feel Problem
Hallo,
I make a small JTree and write my own TreeNodeRenderer which renders in each case a simple JPanel with Titled-Border an 2 JLabels.
If I adjust Metal Look&Feel the rendered Nodes are displayed correctly. (The JPanels size is about 300x200 pixels)
With other L&Fs (windows, motif, plastic from jgoodies) there is only the title of the TitledBorder displayed.
I meet the Problem as i programmed a more complicated JTree with rendered TreeNodes.
Do you know the problem and a solution? I don't want to setting up Metal look for my application.
The following link contains the source of the example in an executable jar file:
http://home.arcor.de/Thomas-Pfaff/treetest.jar
thanks for all answers

