javaswingjgraphx

Is it possible to create child/split edges using JGraphx


In HelloWorld example of JGraphx, if we insert two edges between the vertices, the edges are overlapped. Is there a way to make them split, like shown in this image:

image


Solution

  • It is not possible :( (atleast as of now).