hello
i use this code below to build my graph. it is from the jgraph helloworld example.
how can i set labels on the edges?
i can click on the edge and type it manually, but how can i program it?
DefaultGraphCell[] cells = new DefaultGraphCell[3];
// Create Hello Vertex
cells[0] = createVertex("Hello", 20, 20, 40, 20, null, false);
// Create...
2008-12-30 11:33:56 UTC in JGraphT