How to create data flow diagrams using Java
问题 I'm an engineering student; I studied dataflow graphs. I already made parser using Antlr, but I don't know how to make dataflow diagrams. I read some paper that one can make dataflow graphs using Java. Please help me. 回答1: JGraph may be used for this, as discussed in review article. 回答2: The NetBeans Visual Library can be used for this: http://platform.netbeans.org/graph/ You don't need to build a NetBeans platform application (or even use NetBeans) in order to use it: http://java.dzone.com