📄 tukcanvas$carrunner.java
字号:
import javax.microedition.lcdui.Canvas;
class CarRunner
implements Runnable
{
private final TukCanvas this$0;
CarRunner()
{
this.this$0 = this$0; }
public void run() {
if ((this.this$0.isExplain) || (this.this$0.isHalt));
try {
this.this$0.actionRepeat(this.this$0.getKeyCode(this.this$0.carDirection));
Thread.sleep(this.this$0.speed);
}
catch (Exception localException)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -