Question
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
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
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started