A University Student Record System GUI Application that can hold students and access their Courses, GPA, etc in Real Time
Model–View–Controller
Model | View | Controller |
---|
- Model: Student and Course Objects With All Necessary Parameters
- View: Implemented using JavaFX.
- Controller: Mouse, Editing and Key Listeners
Steps |
---|
1. Go Onto Releases And Press Final Release |
2. Download The Application.jar File |
3. Open The File in Your Command Prompt |
4. Type java -jar Application.jar |
5. Use the Application |