Design a GUI browser to view a tree
Posted
by iamrohitbanga
on Stack Overflow
See other posts from Stack Overflow
or by iamrohitbanga
Published on 2010-03-22T04:32:46Z
Indexed on
2010/03/22
4:41 UTC
Read the original article
Hit count: 375
I have a large tree. I want to be able to visualize it using a GUI tool. I want the ability to pan and zoom the tree image so that i can focus on part of the tree.
- Is there an existing tool to achieve this?
- If not i would like to write a small tool for myself to be able to do this. what is the simplest way of doing this? what computer language should i use?
the image should look something like
http://upload.wikimedia.org/wikipedia/commons/d/df/Binary_tree.png
I should be able to zoom and pan the image.
© Stack Overflow or respective owner