A GUI program made with Java Swing for connecting and managing a MySQL database containing student records.
The database contains student data like their first/last name, semester, department and the number of classes they have passed.
The program connects to the database using the provided credentials by clicking on the Connect button.
It also reports back on the status of the connection.
After successfully connecting to the database, you can:
- Find records using last name or semester.
- Retrieve all records.
- Update number of classes passed using last name.
- Remove specific record using last name.
- Delete everything.
If you try to delete everything, you will get a confirmation window.
Retrieving all data | Using Semester |
---|---|
![]() |
![]() |
Retrieve Using last name | Change # of classes passed |
---|---|
![]() |
![]() |