This project is a simple Java-based school management system using JavaFX for the graphical user interface (GUI). It provides login screens for students and professors, facilitating authentication within the system.
- Java
- JavaFX
- FXML
- Java Development Kit (JDK) 11 or later (JDK 23 preferably)
- An IDE that supports JavaFX, like: IntelliJ IDEA, Eclipse, or NetBeans. (Intellij was used in this project).
- Clone this repository:
git clone https://github.com/kei4ss/student_system_java-fx.git
- Open the project in your preferred Java IDE.
- Ensure JavaFX is properly configured in your IDE.(You can access the official JavaFX JDK website to check)
- Run the
App.javafile.
This project is licensed under the MIT License.