createlevelsquentialfile.ctxt
来自「一个飞机调度员模拟训练程序,可以添加跑道数量,控制飞机飞行的速度.默认的密码可以」· CTXT 代码 · 共 17 行
CTXT
17 行
#BlueJ class context
comment0.params=levelName\ description\ runway\ frequency\ numCrafts
comment0.target=CreateLevelSquentialFile(String,\ String,\ int,\ float,\ int)
comment0.text=\nConstructor\ for\ objects\ of\ class\ CreateSquentialFile\n\n
comment1.target=void\ openFile()
comment10.target=int\ getNumcrafts()
comment2.params=f
comment2.target=void\ setFileName(String)
comment3.target=String\ getFileName()
comment4.target=void\ addUserRecord()
comment5.target=void\ closeFile()
comment6.target=String\ getLevelName()
comment7.target=String\ getDescription()
comment8.target=int\ getRunways()
comment9.target=float\ getFrequency()
numComments=11
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?