Java Directed Graph framework [closed] - java

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
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.

See Java graph library
jGraph and JUNG are both licensed under BSD.

Related

Java library for data visualization [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for a library for data visualization that's make it possible to visualize components and their relationship as done here.
Thank you in advance.
JFreeChart is a free 100% Java chart library that makes it easy for developers to display professional quality charts in their applications. Check more on the official website:
http://www.jfree.org/jfreechart/
Other options are
https://code.google.com/p/charts4j/
https://developers.google.com/chart/

Handwriting recognition library for Java [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I wonder, is there some powerful handwriting recognition libraries which can work not only with separate characters, but with whole words and sentences?
Try using Tesseract-OCR , it seems to be a good OCR Engine

What is the best Open Source Web Crawler Tool written in Java? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What is the best Open Source Web Crawler Tool, written in Java.
Try crawler4j. You just need to implement a simple interface which controls which URLs to visit and what to do with each crawled page.
in java I think it boils down to Nutch vs Heritrix. You should specify what your needs are to get a better answer.

Which Java libraries can be used to generate KML? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for Java libraries to produce data in KML format.
It appears there are at least three Java libraries for Keyhole Markup Language (KML):
JAK
gekmlib
kmlframework
As far as the best, that would depend on your needs. JAK appears to be the best supported at the present time.

How to select nodes in Netbeans Visual Library? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I create a graph based visual applicaion using a Netbens Visual Library.
Can somebody post a code sample that enables a selection of nodes with mouse clicks (and Ctrl key fo multiple selection) ?
Thanks in advance.
http://graph.netbeans.org/examples.html contains many well written examples. Don't miss test.action.SelectLockedActionTest!
same link, but test.object.MultiMoveActionTest is a more relevant example.

Categories

Resources