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

[761 byte] By [mqs24da] at [2007-10-2 9:28:14]
# 1
sorry but i write my own TreeCellRenderer not TreeNodeRenderer
mqs24da at 2007-7-16 23:34:49 > top of Java-index,Desktop,Core GUI APIs...
# 2
I found the answer of my question.... http://onesearch.sun.com/search/clickthru?qt=TreeCellRenderer&url=http%3A%2F%2Fbugs.sun.com%2Fbugdatabase%2Fview_bug.do%3Fbug_id%3D4656280&pathInfo=%2Fonesearch%2Findex.jsp&hitNum=1&col=support-all
mqs24da at 2007-7-16 23:34:49 > top of Java-index,Desktop,Core GUI APIs...
# 3
Hi, can you help me out in the following.need to add a show/hide feature to a jcomponent using widgets that shows + or ?depending on the state.Currently, I am able to add some border only.
TomSa at 2007-7-16 23:34:49 > top of Java-index,Desktop,Core GUI APIs...