Mind-mappy view for personal wiki
Jung version: gradle jfxDeploy
Graphstream version: gradle fatJar
java -jar build/libs/StOrganizr-all-0.1.0.jar
Abego: run from Eclipse
JGraphX: run from Eclipse
* read manual for Jung
Seems just right for horizontal tree layout. Swing ui must be set up manually with coordinates from Abego.
No control with layout (direction/order). Swing ui must be set up manually Jung and JavaFx got me started.
Beautiful force layout graph.
Hard to get Swing into it.
Awesome Swing components, but may be too much?
subclasses of standard Swing classes for DnD: See com/mxgraph/swing/handler/mxGraphTransferHandler.java com/mxgraph/swing/util/mxGraphTransferable.java
http://dev.cs.ovgu.de/java/jgraph/tutorial/t1.html http://stackoverflow.com/questions/24092091/jgraphx-drop-a-vertex-in-another-vertex
Open source graph visualization software. Toolkit is appropriate for library, see Gephi Toolkit portal.
Google: graph visualization library Google: Tree graph Layout swing Scala: https://github.com/rsimon/scala-force-layout Js: http://getspringy.com/ https://github.com/showcases/data-visualization http://sigmajs.org/ MacOS / C: http://graphviz.org (http://stackoverflow.com/questions/9583267/graph-library-for-cocoa)