jgraph?

I want to creat a flow diagram in java swing.the nods will be a JButtons,so I thogt that JTree is my solution, but I thinking maybe it graphic isseu?this link: http://www.jgraph.com I get view to create graph, but how can I create JButton node?Thanks
[285 byte] By [yael800a] at [2007-11-26 16:27:23]
# 1
> but how can I create JButton node?Not sure about that, but you can listen and respond to the mouse click events on the Nodes of a JGraph, making the result quite similar to pressing a button (apart from the fact that the node doesn't look sunken when mouse button is pushed
GJosefa at 2007-7-8 22:51:35 > top of Java-index,Desktop,Core GUI APIs...