JavaFX-Student-Management-System
JavaFX-Student-Management-System copied to clipboard
A Java application for managing students teachers, and grades.
JavaFX Student Management System
A Java application for managing students teachers, and grades.
Use Case
Teachers and Students register in the platform. Students log in the platform to enroll in courses and see the grades they received. Teachers log in the platform to view their students and give them grades.
Screenshots
| Login Screen | Student Enroll |
|---|---|
![]() |
![]() |
| Student Register | Student Screen |
|---|---|
![]() |
![]() |
| Teacher Register | Teacher Screen |
|---|---|
![]() |
![]() |
Specs / Open-source libraries:
- Ikonli Font Icons packs Ikonli provides icon packs that can be used in Java applications. Currently Swing and JavaFX UI toolkits are supported.
- JFoenix JavaFX Material Design Library .
- Sqlite-jdbc SQLite JDBC Driver .
- FX-BorderlessScene Undecorated JavaFX Scene with implemented move, resize,
How to fork and support this project
To build this project , you will need:
- [JDK 9+]
- Maven - Version 3.5.3++ recommended
Follow the above instructions and run mvn clean package , be sure that you are compiling with Java 9
How to build
This is a Maven project you just use :
mvn clean install
The "passwords.txt" file
In the root directory of the repo you will find a file with a list of passwords for students and teachers. Feel free to delete the "my.db" file that is created by SQLite and start a fresh one.





