A comprehensive School Management System built with Java Swing and MySQL for Adyapana Institute. This desktop application provides complete administrative functionality for managing students, teachers ...
StudentManagementSystem/ ├── src/ │ └── com/sms/ │ ├── app/ │ │ └── StudentManagementApp.java (Main application with menu UI) │ ├── dao/ │ │ ├── IStudentDAO.java (DAO interface) │ │ └── StudentDAOImpl ...