aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Need a good graph tool Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Need a good graph tool" Watch "Need a good graph tool" New topic
Author

Need a good graph tool

G Estes
Ranch Hand

Joined: Oct 22, 2002
Posts: 62
I am writing a project where a tree is needed on the left side (for navigation purposes) and a graph is needed on the right side (to show more detailed info of the tree selected item and it's decendants. I would prefer something that handles layout management so I don't have to calculate positioning of the graph items.
I've started exploring JGraph from SourceForge.net, but it has no built in layouts. If someone can tell me where to find layout modules for JGraph, that would be helpful too.
Any suggestions?
Thanks, Gil
[ September 18, 2003: Message edited by: Gil Estes ]
VIJAY Yadlapati
Ranch Hand

Joined: Aug 04, 2003
Posts: 175
JFreeChart can be useful.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need a good graph tool
 
Similar Threads
Link two JPanel's with a line
how to create a graph representing a big tree(parents and children are known)
how to create a graph representing a big tree(parents and children are known)
how to create a graph representing a big tree(parents and children are known)
Drawing a graph in jsp page