⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tukcanvas$carrunner.java

📁 骑三轮车拉客的小游戏
💻 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 + -