notes.txt

来自「书籍"Java_面向事件编程"的附带光盘代码」· 文本 代码 · 共 7 行

TXT
7
字号
This program draws a bunch of basketballs on the screen sothat we can watch them bounce randomly.  Each clickadds a ball to the display.  Leaving the canvas makesthe balls temporarily vanish.  Moving the mouse backinto the canvas makes the balls reappear and bouncefor a while.  It demonstrates the use of an array to keep trackof a variable number of objects.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?