A simple impelentation of nodes and basic graph theory in Java. Designed as a experiment and a personal programming challenge.
- Click two nodes to connect the nodes.
- Click and drag a node to move the node.
- Right click a node to delete the node.
- Double click a node to rename the node.
- Click an empty space to create a new node.
Please create a pull request or submit an issue and I'd be glad to take a look at implementing it.