ageofempires.java

来自「用J2ME开发的一个类似于帝国游戏的小游戏软件。」· Java 代码 · 共 79 行

JAVA
79
字号
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 

package AgeOfEmpires;

import javax.microedition.midlet.MIDlet;
import javax.microedition.midlet.MIDletStateChangeException;

public final class AgeOfEmpires extends MIDlet
{

    public j a;
    public static String b;
    public static String c;
    public static String d;
    public static String e;
    public static String f;

    public AgeOfEmpires()
    {
        System.gc();
        a = null;
        j.c("RMS_AOE");
        c();
    }

    public final void startApp()
        throws MIDletStateChangeException
    {
        a();
    }

    public final void a()
    {
        if(a == null)
        {
            a = new j(this);
            f.b = false;
            a.bf = -1;
            a.c();
            a.d();
        }
    }

    public final void destroyApp(boolean flag)
    {
        a.O();
    }

    public final void pauseApp()
    {
        if(a != null)
        {
            a.A = 0;
            a.b();
        }
        f.b = true;
    }

    public final void b()
    {
        f.d();
        a.e();
        destroyApp(false);
        notifyDestroyed();
    }

    public final void c()
    {
        b = "33000015";
        c = getAppProperty("SMS-Channel");
        d = getAppProperty("SMS-GameId");
        e = "YX";
        f = "15";
    }

}

⌨️ 快捷键说明

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