0

I need to represent graphically a directed graph, with possibility of defining events when clicking the nodes.

But the library needs to be free, because it's for a professional purpose and I won't get lucky on getting a paid one.

Mind
  • 11
  • 4

1 Answers1

2

See Java graph library

jGraph and JUNG are both licensed under BSD.

Community
  • 1
  • 1
Lincoln
  • 744
  • 1
  • 7
  • 20
  • Sorry for the stupid question, and yes I read the definition in wiki. But does that mean I could use it in an research project application? In the jGraph I find only this: http://www.jgraph.com/jgraphdownload.html But that doesn't seem like the jGraph library that I've found examples of. – Mind May 15 '12 at 13:55
  • You can use it freely (even commercially). Basically the only thing you need to do is leave the original copyright notice somewhere in the Readme... – Lincoln May 15 '12 at 14:37
  • @Mind - it is not a good idea to seek (what amounts to) free legal advice from no-lawyers. If you cannot get your head around what a license means, and you are worried about it, talk to a legal professional ... – Stephen C May 15 '12 at 16:58
  • Yeah, thanks to both of you. Your help was much appreciated! – Mind May 15 '12 at 18:31