This is the software curriculum design project of EIC, Huazhong University of Science & Technology. Indeed, this project was finished in December, 2019. The developers of this project include Xianke Wang, Jialei Guo and Shen Guo.
Mind mapping software can help people quickly summarize their knowledge points. At present, XMind is a mature business software. The goal of this software curriculum design course is to design a mind mapping software similar to XMind to realize the basic functions.
- Double click to create new theme.
- Single click to draw the connection curve.
- Right click to display menu.
- Edit the connection between themes.
- Save and load files.
- code: contain the source Java code.
- download: packaged jar file and tow two file generated by our UMind software.
- example: images of software use examples and the design ideas.
- images: static images resource files used by our UMind software.
- jre1.8(only to run)
- jdk1.8(run and develop)
- Windows 10
-
Downlod the UMind_V1.0.jar in download folder. Click the jar file to run.
-
Compile the source files in code folder and run it yourself.
$ javac xxx.java $ java xxx
This UMind software is maintained by Xianke Wang. Although he is now more focused on C + + and python, any questions can also be raised.
This project exists thanks to all the people who contribute. They are
Xianke Wang, Jialei Guo and Shen Guo.