Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to depict a network graphically (one IP connecting to different IPs) , where i can show one node connecting to two or more nodes.Something like this.Suggest me some library in JAVA which can help me in doing this. enter image description here

share|improve this question

2 Answers

up vote 3 down vote accepted

Maybe jgraph could be used?

http://www.jgraph.com/jgraph.html

Or NetBeans Visual Library?

http://platform.netbeans.org/graph/

share|improve this answer
+1 for the NetBeans Visual Library. I was going to suggest the same – a_horse_with_no_name May 4 '12 at 7:03
Ironically I've been using jgraph to display some organisation hierarchies within a program based on the NetBeans platform... I should port that to NB Visual Library, but need to find the time for it. – bjarven May 4 '12 at 10:24

Take a look at the JUNG library .

is a library that provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.