A library for creating and editing graph-like diagrams in JavaFX.
Download the demo app here.
Maven coordinates:
<dependency>
<groupId>de.tesis.dynaware</groupId>
<artifactId>de.tesis.dynaware.grapheditor.core</artifactId>
<version>1.3.1</version>
</dependency>
Try the tutorials here.
Requires Java 8, Git, & Maven.
git clone https://github.com/tesis-dynaware/graph-editor.git
cd graph-editor
mvn clean install
The demo jar can be found in demo/target/deploy
.