📄 readme
字号:
Learning Java, 'examples' subdirectoryMay 15, 2000The per-chapter subdirectories of this directory containcomplete Java applications and applets. In the book, eachsuch example begins with a comment line in this form: //file: XXXXX.javaThese source-code text files are in Linux/Unix format: eachline ends with a new-line character (octal 012). Followingare advisories for viewing/editing the source-code fileson other systems.* On a Windows machine, use a text editor that recognizesthe new-line character (e.g. WordPad, not NotePad).Alternatively, convert the text files by adding acarriage-return character (octal 015) before eachnew-line character (octal 012).* On a Macintosh machine, convert the text files by changingeach new-line character (octal 012) to a carriage-returncharacter (octal 015).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -