Skip to content

Commit fa4a574

Browse files
committed
appendix letters in preface
1 parent afdb3ff commit fa4a574

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

thinkjava.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,18 +284,18 @@ \section*{Appendixes}
284284

285285
\begin{description}
286286

287-
\item{\bf Appendix 1: Development tools}
287+
\item{\bf Appendix A: Development tools}
288288

289289
The steps for compiling, running, and debugging Java code depend on the details of the development environment and operating system.
290290
We avoided putting these details in the main text, because they can be distracting.
291291
Instead, we provide this appendix with a brief introduction to DrJava -- an interactive development environment (IDE) that is helpful for beginners -- and other development tools, including Checkstyle for code quality and JUnit for testing.
292292

293-
\item{\bf Appendix 2: Java 2D graphics}
293+
\item{\bf Appendix B: Java 2D graphics}
294294

295295
Java provides libraries for working with graphics and animation, and these topics can be engaging for students.
296296
The libraries require object-oriented features that readers will not completely understand until after Chapter~\ref{classes}, but they can be used much earlier.
297297

298-
\item{\bf Appendix 3: Debugging}
298+
\item{\bf Appendix C: Debugging}
299299

300300
We provide debugging suggestions throughout the book, but we also collect our debugging advice in an appendix.
301301
We recommend that readers review this appendix several times as they work through the book.

0 commit comments

Comments
 (0)