Radim Burget
Radim Burget

Reputation: 1516

Workflow diagram GUI with JAVA

For my project I am looking for a JAVA library that can help me to create rich GUI of data flow diagrams. Something like: http://www.edrawsoft.com/images/software/DataFlowDiagram_full.png

I have read that Eclipse Rich Client Platform can do this. Unfortunately, the EPL license is not compatible with GPL license. Apache license or LGPL would be preferred.

Thank you for any help

Upvotes: 2

Views: 3876

Answers (2)

user330315
user330315

Reputation:

You can use the NetBeans Visual Library which is released under the CDDL and GPLv2

I believe it can be used outside of a NetBeans platform application as well if that is what you are looking for.

Upvotes: 0

seahorse
seahorse

Reputation: 2470

You can get a list of workflow engines for java here - Workflow Engines

Upvotes: 2

Related Questions