selfaddingovalbad.ctxt
来自「Java程序设计(美) David D. Riley著 机械工业出版社 书籍配套」· CTXT 代码 · 共 8 行
CTXT
8 行
#BlueJ class contextcomment0.target=class\ SelfAddingOvalBadcomment0.text=Note\ that\ this\ class\ relies\ upon\ a\ specific\ kind\ of\ Driver\ class,\nand\ is\ an\ inferior\ design\ than\ the\ original\ Oval\ class.\nA\ better\ alternative\ is\ shown\ in\ Figure\ 15.5\ \n\ncomment1.params=x\ y\ w\ hcomment1.target=SelfAddingOvalBad(int,int,int,int)comment1.text=pre\:\tThe\ Driver\ class\ must\ include\ a\ public,\ static\nvariable,\ called\ window,\ of\ type\ JFrame\nand\ \ window\ \!\=\ null\ \ <br>\npost\:\tthis\ is\ instantiated\nand\ \ getX()\ \=\=\ x\ \ and\ \ getY()\ \=\=\ y\nand\ \ getWidth()\ \=\=\ w\ \ and\ \ getHeight()\ \=\=\ h\nand\ \ getParent()\ \=\=\ window.getContentPane()\ \ \n\nnumComments=2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?