COMP-228课程 写作、 辅导Java程序设计

” COMP-228课程 写作、 辅导Java程序设计Java Programming COMP-228Lab #4 Page 1 of 3COMP 228: Java ProgrammingLab #4 Developing UI using JavaFxDue Date: Week 09 (Mid-night 11.59 pm Sunday). Marks/Weightage: 30/7%Purpose: The purpose of this Lab assignment is to: Practice the use of JavaFX.References: Learning materials for weeks 7, 8, textbook, and other references (if any).IDE: eclipse Java Developer edition 2020-06/2020-09 and Windows 10 OSStep1: At the start of eclipse, you Must name your Eclipse workspace according to the followingrule:YourFullName_COMP228SectionNumber_Lab04For Example: JohnSmith_COMP228Sec006_Lab04 ( if your section is Sec006)Step 2: And after that, You must name your Eclipse project according to the following rule:YourFullName_COMP228SectionNumberFor Example: JohnSmith_COMP228Sec006Step 3: And your package should be named as follows:YourFullName_SectionNumber_Ex01For Example: johnsmith_sec006_ex01Submission/Upload Instructions:After you complete, run and test your code, you need to do the following:a) Close the eclipse, go to your workspace folder which you created in Step 1.b) Zip it up. You should get a zip file like this JohnSmith_COMP228Sec006_Lab04.zip. Youshould only be submitting it in the .zip file format (and not .rar or any other format)c) Upload this zip file using the Lab04 assignment link in e-centennial.Apply the naming conventions for variables, methods, classes, and packages:- variable names start with a lowercase character for the first word and uppercase for everyother word- classes start with an uppercase character of every word- packages use only lowercase characters- methods start with a lowercase character for the first word and uppercase for every otherwordNote: Late submissions are accepted until up to three days past due date with 25% deductions. Afterthat no submission will be considered.Java Programming COMP-228Lab #4 Page 2 of 3Exercise 1Write a Java application using JavaFx which allows the user to enter student information (see the sampledesign below).The user will enter full name, address, city, province, postal code, phone number and email in text fieldcontrols. The students major (Computer Science or Business) will be selected from two radio buttons.A combo box will display the list of courses for each program whenever the user selects the desiredprogram.A course will be added to a list box whenever the user selects a course from the corresponding combobox. Make sure that the user cannot add a course several times.Additional information about the student will be provided from a group of check boxes (such asinvolvement in various activities, etc).All the information about the student will be displayed in a text area component. Use simple JavaFXlayout managers, Such as FlowPane, BorderPane, and GridPane to create the JavaFX GUI of thisapplication.Java Programming COMP-228Lab #4 Page 3 of 3Evaluation/Rubric:FunctionalityCorrect implementation of UI 40%Correct implementation of eventhandling and display of Results40%Comments, correct naming of variables,methods, classes, etc.5%Friendly input/output 15%Total 100%如有需要,请加QQ:99515681 或邮箱:99515681@qq.com

添加老师微信回复‘’官网 辅导‘’获取专业老师帮助,或点击联系老师1对1在线指导