Chapter 11: Drawing Pictures

page 262: In Example 11.3 I neglected to include sufficient space for the margin when wrapping text. The line

      if (fm.stringWidth(sb.toString() + nextword) < size().width)
should be

      if (fm.stringWidth(sb.toString() + nextword) + margin < size().width)

Corrections to Other Chapters
[ Cafe Au Lait | Books | Trade Shows | Links | FAQ | Tutorial | User Groups ]
Copyright 1997 Elliotte Rusty Harold
elharo@sunsite.unc.edu
Last Modified September 22, 1997