threebuttons.ctxt

来自「Java程序设计(美) David D. Riley著 机械工业出版社 书籍配套」· CTXT 代码 · 共 22 行

CTXT
22
字号
#BlueJ class contextcomment0.target=class\ ThreeButtonscomment0.text=ThreeButtons\ and\ ThreeButtonFrame\ supplier\ Classes\nAuthor\:\ David\ D.\ Riley\nDate\:\ April,\ 2004\n\nThreeButtons\ supports\ button\ events\ for\ the\ ThreeButtonFrame\ class.\nThis\ class\ is\ designed\ to\ be\ inherited\ and\ its\ methods\ overridden.\n\ncomment1.params=scomment1.target=ThreeButtonFrame(String)comment2.target=leftButtoncomment3.target=rightButtoncomment4.target=midButtoncomment5.params=ecomment5.target=void\ actionPerformed(ActionEvent)comment5.text=Event\ Handler\nThis\ method\ is\ called\ whenever\ any\ of\ the\ three\nbuttons\ is\ clicked\ \ \ \n\ncomment6.params=comment6.target=void\ leftAction()comment6.text=The\ method\ below\ is\ an\ event\ handler\ for\ button\ clicks\ on\nthe\ LEFT\ button\ of\ an\ object\ of\ type\ A3ButtonWindow\ \n\ncomment7.params=comment7.target=void\ rightAction()comment7.text=The\ method\ below\ is\ an\ event\ handler\ for\ button\ clicks\ on\nthe\ RIGHT\ button\ of\ an\ object\ of\ type\ A3ButtonWindow\ \n\ncomment8.params=comment8.target=void\ midAction()comment8.text=The\ method\ below\ is\ an\ event\ handler\ for\ button\ clicks\ on\nthe\ MID\ button\ of\ an\ object\ of\ type\ A3ButtonWindow\ \n\nnumComments=9

⌨️ 快捷键说明

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