How to create data flow diagrams using Java

一个人想着一个人 提交于 2019-12-13 04:39:32

问题


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/news/how-create-visual-applications



来源:https://stackoverflow.com/questions/10474008/how-to-create-data-flow-diagrams-using-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!