Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I just need some GUI design for the following program. If you can write code tha

ID: 3633735 • Letter: I

Question

I just need some GUI design for the following program. If you can write code that would be better. I don't need code for the whole program but just for the GUI portion. 1 don't have any idea about GUI, so please help me. Write a program to register students for a college. Students have names, addresses and courses. Implement the interface class RegisterStudent. RegisterStudent has one method, public boolean register, which returns the boolean value of true or false if the student is successfully registered for the course. Graduate students can only register for graduate level courses, with a maximum course load of 6 credit hours, while undergraduate students can only register for undergraduate level courses with a maximum course load of 12 credit hours. Courses have a course number, credit hours and a minimum [and maximum enrollment. The system should graphically display a sorted list of registered courses for a student and/or a roster for each current course with the names of the students enrolled in sorted order by last name. Demonstrate the correct operation of your program by creating a driver program to load the student data base and the course data base from data your group has created. The grader can then select students and register them for courses. Once the grader has enrolled students into courses, the grader can request the report for a student or for a course.

Explanation / Answer



User Registration Form