Welcome to my University Manager wiki !
This program is used to manage a universty (formations, students, teachers, timetables...).
It was made in the context of course on design paterns and JUnit tests. The objective of the course wasn't to create a realistic application, so this is just a client application which don't even use a database. A lot of features are missing, but there is some cool stuff.
I quickly translated the application interface from french to english, so you can test it. But I don't have time for now to do it properly with externalized strings or to translate the code in english.
Double-click UniversityManager.jar to lauch the program.
The data/save folder must be in the same folder as UniversityManager.jar so the application can save data.
There are 3 types of users : admins, teachers and students.
You can login with the following accounts :
The source files are in the src folder.