Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 . Create a Graphical User Interface ( GUI ) to accept student information and subject information listed in Table 2 and Table 3
Question
Create a Graphical User Interface GUI to accept student information and subject information listed in Table and Table
Table Student Information
tableStudent InformationStudent Name,String,User needs to enter this informationStudent IDString,User needs to enter this informationProgram Information,String,tableThe GUI should allow the user to select ONE of thefollowing programs. BIT Information SystemsHons BIT Graphics and MultimediaHons BIT Visual MediaHonsAcademic Year,String,User needs to enter this informationSemesterInteger,tableUser needs to enter this information. The system needsto ensure that the semester entered is either or Any invalid semester entered will trigger a popuperror message. eg Input mismatch exception
Table Subject information
tableSubject InformationSubject IDString,tableThe GUI should allow the user to select the subjectidStudent may use this semester subjectsSubject Name,String,tableSubject name is fill up automatically according tothe subject id selected.Credit Hours,Integer,tableCredit hours is fill up automatically according to thesubject id selected.Subject grade,String,tableUser is required to enter the grade for the subject.Validation is required to ensure that the user enteredvalid grade. Any invalid grade entered will trigger apopup error message.The valid grade range is based on UNITEN'sgrading system.
Page of
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