资 源 简 介
Purpose: Demonstrate the ability to write a complex Java application using Graphical User Interfaces.
Assignment: Form a three to four member programming team from students in your class. Write a program to register students for a college. Students have names, addresses and courses. Implement the interface class RegisterStudent. RegisterStudent has one method, 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 5000 or 6000 level courses, with a maximum course load of 6 credit hours, while undergraduate students can only register for 1000, 2000, 3000 or 4000 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 sorte