?? d.java
字號:
// Decompiled by DJ v2.9.9.60 Copyright 2000 Atanas Neshkov Date: 2003-8-12 2:41:04
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
package com.whkjava.popo;
import javax.microedition.lcdui.*;
// Referenced classes of package com.whkjava.popo:
// a, KMPoPoMIDlet
class d extends List
implements CommandListener
{
public d(KMPoPoMIDlet kmpopomidlet)
{
super("KMPoPo", 3);
_fldif = kmpopomidlet;
append("\u5E2E\u52A9", null);
append("\u5173\u4E8E", null);
append("\u9000\u51FA", null);
addCommand(_flddo);
addCommand(a);
setCommandListener(this);
}
private Alert _mthif()
{
Alert alert = new Alert("\u5173\u4E8EKMPoPo");
alert.setString("KMPoPo 1.0\u7248\n\nKM\u51FA\u54C1\n\n\u5236\u4F5C\u4EBA\uFF1AKingMark");
alert.setTimeout(-2);
return alert;
}
private Alert a()
{
Alert alert = new Alert("KMPoPo\u5E2E\u52A9");
alert.setString("4\u30016\u952E\u79FB\u52A8\u4F4D\u7F6E\u3002\n5\u952E\u53D1\u5C04\u3002");
alert.setTimeout(-2);
return alert;
}
public void commandAction(Command command, Displayable displayable)
{
int i = getSelectedIndex();
if(command == _flddo)
{
if(i == 0)
Display.getDisplay(_fldif).setCurrent(a());
else
if(i == 1)
Display.getDisplay(_fldif).setCurrent(_mthif());
else
if(i == 2)
_fldif.notifyDestroyed();
} else
if(command == a)
Display.getDisplay(_fldif).setCurrent(new a(_fldif));
}
private final KMPoPoMIDlet _fldif;
private final Command _flddo = new Command("\u9009\u62E9", 4, 1);
private final Command a = new Command("\u8FD4\u56DE", 3, 1);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -