Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 1 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

Part 1 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: GUI components Container Event listeners Event subclasses (at least 34 utilized) ActionEvent ItemEvent FocusEvent KeyEvent MouseEvent WindowEvent ActionPerformed Method Part 2 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: Entered user name (must fill in a name) Entered at least one sub to order Selected all three attributes for sub (such as bread type, sub type, and sub size) Entered delivery address that includes street, city, state, and zip code Entered telephone number xxx-xxx-xxxx 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: Methods in the character class and StringBuilder class to validate and manipulate characters in a string Try Catch for the exception handling of all input fields Deliverable The following are the Unit 4 Individual Project deliverables: Update the title page for the Design Document with the project name (Unit 4 IP) and the date. Add the following section header: Phase 4 Revised Application Screenshots. Add screenshots of each distinct screen from your running application. Name the document yourname_ITSD424_IP4.doc. Submit the design document and the zipped Java project files for grading.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle PL/SQL Programming Database Management Systems

Authors: Steven Feuerstein

1st Edition

978-1565921429

More Books

Students also viewed these Databases questions

Question

What is electric dipole explain with example

Answered: 1 week ago

Question

What is polarization? Describe it with examples.

Answered: 1 week ago