Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Collections, ArrayList/List , and the foreach statement (WPF Application) A shipping company receives packages at its headquarters, which functions as its shipping hub. After receiving

Collections, ArrayList/List , and the foreach statement (WPF Application)

A shipping company receives packages at its headquarters, which functions as its shipping hub. After receiving the packages the company ships them to a distribution center in one of the following states: Alabama, Florida, Georgia, Kentucky, Mississippi, North Carolina, South Carolina, Tennessee, West Virginia or Virginia. The company needs an application to track the packages that pass through its shipping hub. The application generates a package ID number for each package that arrives at the shipping hub, when the user clicks the applications Scan New Button. Once a package has been scanned, the user should be able to enter the shipping address for the package. The user should be able to navigate through the list of scanned packages by using Buttons and by viewing a list of all packages destined for a particular state.

Lab 6 (Clarification)

This Application is expected to work as described below:

Scanning a new package:

Click the Scan New button. The application displays a package ID number, the current date and time in Arrived at: textbox, enables the TextBoxes and allows the user to enter the package information (address) Adding a package to the list of packages: Click in the Address TextBox to transfer the focus of the application to that field, and enter data. Continue using Tab to transfer focus to each field and finish address entry (City, select state using ComboBox, etc.). Then click the Add button to add the package to the applications ArrayList or List<>.

Removing, editing, and browsing packages: The applications NEXT > and

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

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions

Question

a. What is the purpose of the team?

Answered: 1 week ago

Question

a. How are members selected to join the team?

Answered: 1 week ago

Question

b. What are its goals and objectives?

Answered: 1 week ago