I've been playing with extending DefaultMutable TreeNode as i want to show alot of information on a node, Now my nodes work ok and update as i want them to, i've made each node return to me a JComponent whicd is made up of a Progress Bar and JLabel etc.. Look at the pictur ei've attached and you'll gather what i am trying to do.
The problem with them is that the bottom edges seem to be cliped when i use the Windows Look and Feel, have i missed something obvious? or is the windows L&F affecting my Nodes?!
Under the linux look at feel, metal i think its called the tree cells seem to resize to the correct size, but no sich luck in the Windows one...