Exercises

The following exercise is a continuation on the exercise from last week. Improve the layout of the GUI interface so that it looks more like the following:

Answer: AddressForm3.java


The following exercises are taken from Chapter 13 of Deitel's "Java How to Program, 5th Edition"

You should be able to use FlowLayout, BorderLayout, GridLayout, Panels, BoxLayout and GridBagLayout

Exercise 13.8

Create the following GUI. You do not have to provide any functionality:

Answer: Align.java


Exercise 13.9

Create the following GUI. You do not have to provide any functionality:

Answer: Exercise139.java


Exercise 13.10

Create the following GUI. You do not have to provide any functionality:

Answer: Exercise1310.java


Exercise 13.11

Create the following GUI. You do not have to provide any functionality:

Answer: Exercise1311.java