-
Thanks for your quick reply.
If you don't mind then could you please point me to the exact classes which I need to modify.
Thanks,
Nitin Goel.
2009-07-14 06:35:14 UTC in Java Universal Network/Graph Framework
-
Hi,
I want to have a hyper link on my edge label so that when the user will click on the label, I will open a page. I guess it can be done my adding the ActionListener to each edge label and then call the java.awt.Desktop.browse(uri) method.
However I didn't find any way to add the ActionListener to the edge label.
Can any one help me by letting me know how can I add the ActionListener...
2009-07-13 10:54:09 UTC in Java Universal Network/Graph Framework
-
Hi,
I am having a situation where I need to have the same edge name for the multiple edges however when I am trying to do that, I am getting the following exception
java.lang.IllegalArgumentException: edge ****** already exists in this graph with endpoints ****** and cannot be added with endpoints *****
Could you please help me how can I do that?
Thanks,
Nitin Goel.
2009-07-13 06:39:33 UTC in Java Universal Network/Graph Framework