📄 aco_monsterland_h.java
字号:
// 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
// Source File Name: ACO_MonsterLand_h.java
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
import javax.microedition.midlet.MIDletStateChangeException;
public class ACO_MonsterLand_h extends MIDlet
implements CommandListener
{
Display _fld1;
DS_Effects _fld2;
private Command _fld3;
public ACO_MonsterLand_h()
{
_fld3 = new Command("Fine", 1, 0);
_fld1 = Display.getDisplay(this);
_fld2 = new DS_Effects(_fld1);
_fld2.addCommand(_fld3);
_fld2.setCommandListener(this);
}
public void commandAction(Command command, Displayable displayable)
{
if(command == _fld3)
{
destroyApp(false);
notifyDestroyed();
}
}
public void destroyApp(boolean flag)
{
_fld1.setCurrent(null);
_fld2._mth7();
}
public void pauseApp()
{
_fld2._mth5c();
}
public void startApp()
throws MIDletStateChangeException
{
_fld2._mth8d();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -