Graph visualization libraries for SWT/AWT
Is there a mature, solid open-source graph visualization library implementation for SWT or AWT (I am referring to sets of vertices connected with edges, not charts and diagrams)? Which one do you use/recommend? I saw Zest for SWT, but could not find a Maven repository for it. Thank you. I recommend Prefuse: http://prefuse.org/ Have a look at JUNG ( http://jung.sourceforge.net/ ) If you don't want to use Zest (which I prefer), there is still Draw2D : Draw2D Also, there is a good tutorial on this available here: Display a UML Diagram using Draw2D Finally, I found this Maven repository: