Description: The Student Result Management System is a Java-based desktop application developed using the Swing framework. It provides a user-friendly interface for managing and viewing student results. The system supports two main user roles: Admin and Student, each with specific functionalities.
- Secure login to the admin dashboard.
- Add, register, and update student records.
- View all student results in a structured format.
- Login to the student dashboard.
- View personal academic results.
- Java: Core programming language used to implement the application logic.
- Swing: Java GUI toolkit for building an interactive desktop interface.
- JDBC (Java Database Connectivity): Enables seamless communication with the database for storing and retrieving student information and results.
- MySQL: Relational database used to store student records and results.
- rs2xml.jar: Third-party library used to convert
ResultSetintoTableModelfor displaying data inJTable.