Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 717 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 717 Bytes

Student-Management-System

A Java project that creates a Management System for a school with UI. You can create a new student, create a new course, add students in the course and see the details of the course.

This is a java project that creates a Management System for a school with UI.

The panels change with the help of CardLayout. In the first panel you have the following options:

  1. Create a new student by adding their name and their id.

  2. Create a new course by adding its name.

  3. Enroll a student in a course.

  4. See the details of a course.

For more information about how the code works, there are lots of comments in the .java files to help you understand everything and follow along with ease!