This project is a Student Management System developed using Java Swing. It is designed to manage and store student information efficiently.
- Add, edit, and delete student records.
- Search for students by various filters.
- Generate reports.
- User-friendly GUI.
git clone [repository URL]
cd student-management-swing
Click on 'Add' and fill in the student details.
Select a student from the list and click 'Edit'.
Select a student and click 'Delete'.
Use the search bar to find students.
git checkout -b new-feature
git commit -m 'Add some feature'
git push origin new-feature
javac *.java
java Main