In my java project, I need to create a GUI with swing where I will have a canvas like space. The user should be able to click and create nodes and then link nodes with edges (like you would create a UML diagram in MS Visio). The user should also be able to move the nodes along with edges. Then my application would save the network and run the selfish nodes algorithm and user should be able to see it live on GUI (creation and elimination of edges). I am not sure which swing tools I would need to use to accomplish this. (and can it be done in WPF, what tools I have to use for that)
Share
try this one
we really created very complex swing UI screen with a lot of graph oriented structures with this lib. take a look here http://www.jgraph.com or directly here http://www.jgraph.com/images/business-large.png Is this something you are looking for?