MindMap creation and editing tool. Developed as a part of the Software Design class.
Specification: here
Implementation specification (class UML diagram): here
Dynamic diagram: here
After cloning the repo, run:
mvn clean compile assembly:single
The resulting .jar (named <resultingJar>) will be located in the target directory. After that, launch the app with:
java -jar <resultingJar>