| p. | Chapter | Comment |
|---|---|---|
| 190 | 10 |
ImgPanel class missing import javax.swing.*;
|
| 191 | 10 |
AddressFields class should extends JPanel not extends JApplet
|
| p. | Chapter | Comment |
|---|---|---|
Several java examples include import java.awt.*; but is not required
| ||
| 62 | 5 | Output shows text in the JTextArea, assumes user types that in as program does not enter that text |
| 36 | 3 | House.java is missing code to draw the windows. |
ImgPanel class missing import javax.swing.*;
|