📄 readme.txt
字号:
For easy reference, the source files are named according to the listing numbers in the
corresponding chapter. To compile a source file named ListingXX.java, you must rename it
to match the name of the public class it defines. Note that this chapter presents multiple
versions of some classes as the examples are constructed. You can only work with one of
these versions at a time. Also, several of the listings are partial class definitions that
are used to build up TextDisplayer and TextReader - these listings are not intended to be
compiled on their own.
Listing29.1 and Listing 29.3 contain initial code for the TextDisplayer class.
TextDisplayer.java contains a final version of this class.
Listing29.2, Listing29.4, and Listing 29.5 contain initial code for the TextReader class.
TextReader.java contains a final version of this class.
Listing29.6 is a pseudocode example that is not intended to compile.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -