I would like to create a graphical tree in java like this binary tree:
I used JTree
, but all I could have was a file tree:
I would love to have my tree vertical, and it would be great if the child nodes were at both sides of the parent node instead of being always on the same side.
Thank you for reading this.