0

I have a custom checkbox node tree . The structure is like this .

enter image description here

You can notice that the subtree is drawn from the check box node tree.

And what i need is ,

enter image description here

The sub tree must be drawn under the folder icon and not the check box.

Please guide me on this regard .

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Achilles
  • 1,065
  • 2
  • 13
  • 29

2 Answers2

1

You are using a custom TreeCellRenderer? Just indent it, i.e. add padding to the left which has the width of the folder icon. If you are not using a custom TreeCellRenderer: That is the way to go.

Hauke Ingmar Schmidt
  • 11,559
  • 1
  • 42
  • 50
1

Add One as a leaf (like Two and Three). The tree does not make sense otherwise.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433