Homework 2 - More Strings

When your application begins execution, it will look something like the picture below. It does not have to look exactly like this.

Beginning of the program

At this point, if the user types in the top five boxes, he should enter a street address, as shown below.

Before pressing concatenate

After typing the street address, clicking the concatenate button should print the address in the bottom box.

After pressing concatenate

The other option is to start with a street address in the bottom box.

Before pressing the parse button

Then, press the parse button to break up the address into individual fields.

After pressing the parse button

After pressing one of the two buttons, you should be able to press the other button without changing the address (except maybe fixing spacing).