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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started