How can I construct a Flowchart in Java Swing?
Created May 7, 2012
Scott Stanchfield There are some toolkits that might help with the graph construction. Tom Sawyer's in particular, has some very nice automated graph layout support.
You may also want to perform a web search on "Graph Drawing".