-
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
-
Hi,
I am new to touchgraph. Can any one help me in drawing the hierarchical graph (such as binary tree) where the top level node will be shown on the top?
When I am drawing the graph using touch graph then the top level node is been shown at the center, I want it to shown at the top.
Other than that I also want to change the shape of the edge, I want to have the directed edge.
Thanks...
2009-07-07 10:51:03 UTC in TouchGraph
-
Hi,
I am also looking for some thing similar to that. Does anyone know about this?
I am looking for some thing like
Node A
|
|
/ \
/ \
/ \
B C
Thanks in advance,
- Nitin.
2009-07-07 08:03:20 UTC in TouchGraph
-
Hi,
I am trying to setup JBoard on my Tomcat Setup. I am trying to use mysql Database for that. For my sql, I am using mysql-connector-java-5.1.6-bin.jar and driver is com.mysql.jdbc.Driver.
I have performed all the steps which are mentioned in installation document however I am getting the following error while starting the Tomcat.
WARN [main] (SettingsFactory.java:95) - Could not...
2009-02-05 08:23:26 UTC in jboard