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

📄 pica.java

📁 2009-PICA最新j2ME源码
💻 JAVA
字号:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space 
package mainn;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
import javax.microedition.midlet.MIDletStateChangeException;

public class Pica extends MIDlet
{

	static Pica a;
	static Display b;
	public static String c;
	public static String d;

	public Pica()
	{
		a = this;
		b = Display.getDisplay(this);
		c = getAppProperty("CompileVersion");
		d = getAppProperty("PICA-Source");
		if (c == null)
			c = "1.001.440.cn";
		if (d == null)
			d = "pica";
		cm c1;
		(c1 = new cm(b)).setFullScreenMode(true);
                        b.setCurrent(c1);
                try {
                    Thread.sleep(3000L);
                } catch (InterruptedException ex) {
                    ex.printStackTrace();
                }
		return;
//		JVM INSTR dup ;
//		InterruptedException interruptedexception;
//		interruptedexception;
//		printStackTrace();
	}

	public final void a()
	{
		notifyDestroyed();
	}

	public static final void b()
	{
		AlertType.ALARM.playSound(b);
		AlertType.WARNING.playSound(b);
		AlertType.INFO.playSound(b);
		AlertType.WARNING.playSound(b);
		AlertType.INFO.playSound(b);
	}

	protected final void startApp()
		throws MIDletStateChangeException
	{
	}

	protected final void pauseApp()
	{
	}

	protected final void destroyApp(boolean flag)
		throws MIDletStateChangeException
	{
	}
}

⌨️ 快捷键说明

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