Java Examples in a Nutshell, 3rd Edition by David Flanagan The following errata were *corrected* in the 5/08 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem {68} 5th line of code; this.add("Center", textarea); should be: this.add(textarea, "Center");