Question: I need to create a java gui system where a college student can select lectures for the course selection week, but my code is giving

I need to create a java gui system where a college student can select lectures for the course selection week, but my code is giving an error. Here's what I did simply: In a different package, I opened a class for as a Lectures. Lectures can be taken at a certain grade level. have prerequised for these. There is a list showing which professors teach in this class, and there should be a field specifying lecture requirements. I need to create a screen where students can select these lectures and add them to the lecture schedule. Lesson schedule should be arranged between 8.30 and 17.00 with a 1-hour break at 12. Lessons are 80 minutes.Can you give a sample code that creates the course schedule of the students as they take new courses? as a java gui?

Please help me this is Urgent. Also, in the main class, Do I need to assign separate variables as student and lectures. eg student s = new student (name, subjects, isprovidingnecessities(which show us if student provide necessities or not)); lecture l = new lectures (name, nececities) because I need to add at least 5 different both students and lectures to the system.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!