views:

68

answers:

2

Does anyone know of a Java (Swing) based UI framework for building a Workflow application?

-Users are given a set of activities -They can drag and drop these activities -Link activities to each other (workflow steps)

A: 

Take a look at Netbeans Visual Library. Since it is a library - it can be used even if Netbeans in not the IDE you're using.

eugener
+1  A: 

One of the most widely used is JGraph.

While I like, the Netbeans Visual Library more (and Geerjan's articles about it), I saw JGraph integrated in far more products, and the manual is also quite good.

Adrian A.