Personal Project
Student Management Window
This project helped me to practice and solidify my understanding of object-oriented programming and data binding. Creating a graphical user interface was very interesting, as I realized a program of this sort should be able to respond to an unexpected order of events. I also packaged this project into a JAR file for distribution and used AOT compilation for faster startup time.
Technologies used include:
- Java
- JavaFX
- FXML
- CSS