📄 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.
Listing28.1, Listing28.2, and Listing28.6 contain intermediate versions of the
Requestor class. Requestor.java contains the final version.
Listing28.3 contains the initial versions of the TireSpecification and Car classes.
The final versions are included as TireSpecification.java and Car.java.
Listing28.4 contains the initial versions of the BMW_540i and Volvo_V70 classes.
The final versions are included as BMW_540i.java and Volvo_V70.java.
Listing28.5 contains the initial version of the CarShop class.
Listing28.7 contains changes merged into Car.java, BMW_540i.java, and Volvo_V70.java.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -