0

I have created Tree with more than 1 column using TreeColumn. Right now what I want to achieve is to create border cell for the cell item in Tree. Here is my implementation now: enter image description here

Anyone know?

Agung Pratama
  • 3,666
  • 7
  • 36
  • 77

1 Answers1

1

Do you mean tree.setLinesVisible(true); ?

Dollyn
  • 914
  • 4
  • 15