Hello!
I have found a code for demo for JGrapht graph visualization using the
JGraph library ( http://jgrapht.sourceforge.net/visualizations.html ).
Before I had run the demo i had downloaded and imported the JGraph and
JGrapht libraries to my project. The problem is that i can not find the
following files in the libraries. The following list includes packages
missing in the libraries:
import org.jgrapht.ListenableGraph;
import org.jgrapht.ext.JGraphModelAdapter;
import org.jgrapht.graph.ListenableDirectedGraph;
import org.jgrapht.graph.DefaultEdge;
The funny thing is that this org.jgrapht is described in the api of
JGrapht but i can not find it in the jars that i have found on the website.
Greetings
|