Student Task Manager is a Java desktop application that helps manage students, doctors, courses, and academic tasks. The application uses Java Swing for the graphical user interface and SQLite as the database.
- Add, edit, and delete students
- Manage doctors
- Manage courses
- Create and manage tasks
- Store data using SQLite
- User-friendly Java Swing interface
- Java
- Java Swing
- MySQL
- JDBC
- NetBeans IDE
StudentTaskManager/
│
├── src/
│ ├── database/
│ ├── model/
│ └── ui/
│
├── database/
│ ├── schema.sql
│ └── sample_data.sql
│
├── README.md
├── LICENSE
└── .gitignore
- Open the project in NetBeans.
- Import the SQLite database using the provided SQL files.
- Run the project.
- Start managing students and tasks.
Maya