Lab #7 Event Handling

(No due date: Lab #8 will build off of this lab)

Introduction


In this lab, you will get practice handling events. You will not be submitting anything. This lab is in preparation for the next lab which you will submit. Make sure you understand the concepts from the lecture slides.

In contrast to previous labs, you will get less and less instructions on exactly how to do certain things. The steps will tell you what larger task you should try to accomplish. Look at the examples on the slides and see if you can emulate them. If not, figure out why not. If you have any questions, ask as always!

Summary

You are going to build a simple UI (user interface) where you can select a movie and type a name.



After typing a name and clicking the purchase button, it displays a confirmation beneath:

    next page