
12.16 Programming Activity 2: Working with Layout Managers 913
On the CD-ROM included with this book,you will find a Flash movie with a step-by-step illustration
of working with layout managers.Click on the link for Chapter 12 to start the movie.
CODE IN ACTION
12.16 Programming Activity 2: Working with Layout Managers
In this Programming Activity, you will complete the implementation of a
version of the Tile Puzzle game (Examples 12.17 and 12.18) using a more
complex GUI. As it stands, the application compiles and runs, but is miss-
ing a lot of code. Figure 12.25 shows the window that will open when you
run the application without adding your code. ...