. Create and design a program which should has the following frond-end graphical user interface . - Design the JFrame wi
Posted: Mon Jun 06, 2022 2:33 pm
. Create and design a program which should has the following
frond-end graphical user interface .
- Design the JFrame window of size 250×400 .
- Use only the following JComponent : JLabel , JButton ,
JTextField JRaido , JCheckBox, JComboBox , JTextArea
- When the user presses the submit button , all information that
filled in the form will appear in JTextArea .
Kindly note : You have to use different EventListener .
java.
UI Task Name Omar Age 22 T ☐ X Gender Female Male Favourite hobby: ✔ Reading Swimming Playing Football Select Country Jordan Submit Your Information: Name: Omar Age: 22 Your Gender: Male Your Favourite Reading From: Jordan JTextArea
frond-end graphical user interface .
- Design the JFrame window of size 250×400 .
- Use only the following JComponent : JLabel , JButton ,
JTextField JRaido , JCheckBox, JComboBox , JTextArea
- When the user presses the submit button , all information that
filled in the form will appear in JTextArea .
Kindly note : You have to use different EventListener .
java.
UI Task Name Omar Age 22 T ☐ X Gender Female Male Favourite hobby: ✔ Reading Swimming Playing Football Select Country Jordan Submit Your Information: Name: Omar Age: 22 Your Gender: Male Your Favourite Reading From: Jordan JTextArea