Modify your Java application so that it is an easy-to-use GUI application where all of the interaction is performed on one screen. You will now take the individual components and translate them to a single interactive GUI interface using the following GUI components, container, the event listeners, and event subclasses to enhance your application as a more GUI-appropriate interface: For this assignment, you are being asked to make sure you are exception handling by verifying that all of the customer-entered information is valid before the order is submitted to ensure order accuracy. The customer information that the customer must now enter that should be validated includes the following: In this assignment, you are adding in error handling to make sure the customer is filling in all of the required information. To accomplish this task, you will be utilizing the following Java classes: The following are the Unit 4 Individual Project deliverables: