In Java, please examine question 1 and 2 as they are related.
Exercise 1
Create a simple Graphical User Interface (GUI) like the figure shown below using JFrame in Java. Your form should accept a number in its text field as "Month". When the user presses the "GO" button, the corresponding month name has to be displayed in the label. Otherwise, the label text has to indicate that the number entered is invalid.
Convert month number to month name:
GO
The Month Name is: August
Exercise 2
Replace the text field with a Combo Box that includes a list of month numbers.
Convert month number to month name:
GO
The Month Name is: May