Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 870 Bytes

File metadata and controls

21 lines (14 loc) · 870 Bytes

Scheduler With Database written in Java

Student Management System

This Java project features a graphical user interface (GUI) that allows users to create and manage student records, class schedules, and semesters. Key functionalities include:

Create and Remove Students:

Add new students and delete existing ones.

Manage Class Schedules:

Assign and manage class schedules for students, tracking class capacity and other relevant details.

Create and Remove Classes:

Add new classes, delete classes, and manage class information.

Semester Management:

Create and manage semesters, associating classes and students accordingly.

Database Integration:

Upload all information to a database for persistent storage.

This system efficiently tracks and updates student and class information, ensuring an organized and accessible scheduling process.