8 CREATE JAVA CODING
Posted: Mon Jun 06, 2022 12:15 pm
8
CREATE JAVA CODING
GUI Programming Learning outcomes: 1. Learn and understand programming with Graphical User Interface (GUI). (C3) 2. Construct object-oriented program using GUL. [C3, P4) Question 1 Write a program that shows an interface for an application fem. The components required inludes label, text field, radio button, drop down menu, and button. The suggested interface for the form is as follows: First Name: Last Name: Gender: O Female O Make Address 1: Address 2: City: County: OK Cancel (Hint: Use Frame and JPanel class) Register
CREATE JAVA CODING
GUI Programming Learning outcomes: 1. Learn and understand programming with Graphical User Interface (GUI). (C3) 2. Construct object-oriented program using GUL. [C3, P4) Question 1 Write a program that shows an interface for an application fem. The components required inludes label, text field, radio button, drop down menu, and button. The suggested interface for the form is as follows: First Name: Last Name: Gender: O Female O Make Address 1: Address 2: City: County: OK Cancel (Hint: Use Frame and JPanel class) Register