userinterface.ctxt

来自「A calculator source code written in java」· CTXT 代码 · 共 21 行

CTXT
21
字号
#BlueJ class context
comment0.params=engine
comment0.target=UserInterface(CalcEngine)
comment0.text=\nCreate\ a\ user\ interface\ for\ a\ given\ calcEngine.\n\n
comment1.params=visible
comment1.target=void\ setVisible(boolean)
comment1.text=\nMake\ this\ interface\ visible\ again.\ (Has\ no\ effect\ if\ it\ is\ already\nvisible.)\n\n
comment2.target=void\ makeFrame()
comment2.text=\nMake\ the\ frame\ for\ the\ user\ interface.\n\n
comment3.params=panel\ buttonText
comment3.target=void\ addButton(Container,\ String)
comment3.text=\nAdd\ a\ button\ to\ the\ button\ panel.\n\n
comment4.params=event
comment4.target=void\ actionPerformed(ActionEvent)
comment4.text=\nAn\ interface\ action\ has\ been\ performed.\ Find\ out\ what\ it\ was\ and\nhandle\ it.\n\n
comment5.target=void\ redisplay()
comment5.text=\nUpdate\ the\ interface\ display\ to\ show\ the\ current\ value\ of\ the\ \ncalculator.\n\n
comment6.target=void\ showInfo()
comment6.text=\nToggle\ the\ info\ display\ in\ the\ calculator's\ status\ area\ between\ the\nauthor\ and\ version\ information.\n\n
numComments=7

⌨️ 快捷键说明

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