Lab Intro to GUI Due: Feb 14, 2019 at 5:00 PM Learning Outcomes 1. Use a JFrame and the classes JLabel JButton, and JTextField to create a simple GUI 2. Change foreground- and background colors 3. Select font-size and font-family 4. Create margins and padding with class EmptyBoder 5. Use a JPanel to group JComponents Description: Create a simple GUI that shows the title 'My First Ci n tohutton WECT on the laft an Detail Submission Grade Description: Create a simple GUI that shows the title 'My First Gui on top, a button 'WEST' on the left, an area with a label and a text field on the bottom, and a bright red label that says 'Hi' in the remaining area. My First Gui Hi WEST Name: Detail Submission Grade Requirements: The GUI should include the following: . a blue label on top with green, centered text of size 33 a simple button on the left that says "WEST" a gray JPanel on the bottom that includes both a label and a text field. The label says "Name: " and the font size is 16 The text field is 16 characters wide and the font size is also set to 16 the remaining area is filled with a red label that has a large orange text. Its size is 77 and it says "Hi" No event handlers are implemented at this point. Nothing happens when you click any of . a blue label on top with green, centered . a simple button on the left that says . a gray JPanel on the bottom that includes text of size 33 "WEST" both a label and a text field. The label says "Name: " and the font size is 16 The text field is 16 characters wide and the font size is also set to 16 the remaining area is filled with a red label that has a large orange text. Its size is 77 and it says "Hi" No event handlers are implemented at this point. Nothing happens when you click any of the JComponents (button, text field