simulationdisplay.ctxt

来自「一个飞机调度员模拟训练程序,可以添加跑道数量,控制飞机飞行的速度.默认的密码可以」· CTXT 代码 · 共 11 行

CTXT
11
字号
#BlueJ class context
comment0.params=in
comment0.target=SimulationDisplay(Simulation)
comment0.text=\nConstructor\ for\ SimulationDisplay\ objects\n@param\ \ in\ the\ simulation\ which\ should\ be\ displayed\n\n
comment1.target=void\ init()
comment1.text=\nInitialize\ an\ object\ that\ has\ already\ been\ pack()ed\ into\ a\ parent\ object\n\n
comment2.params=g
comment2.target=void\ paint(Graphics)
comment2.text=\nDraws\ the\ simulation.\ Runways\ and\ aircraft\ are\ drawn,\ and\ the\ display\ is\ refreshed.\n@param\ \ g\ the\ Graphics\ object\ to\ draw\ to\n@see\ JPanel\#paint\n\n
numComments=3

⌨️ 快捷键说明

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