notes.txt
来自「书籍"Java_面向事件编程"的附带光盘代码」· 文本 代码 · 共 6 行
TXT
6 行
This program allows the user to place balls on the canvas using the mouse.On exiting the window, a simulation of a "chain reaction" begins:the most recently drawn ball hits into the second most recently drawn,which hits into the next ball, and so on. If the mouse exits from the bottomof the window a colorful chain reaction will occur. This program demonstratesthe use of a recursive list which keeps track of the balls.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?