📄 z.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
import java.io.IOException;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
public class z extends Canvas implements Runnable
{
private final MIDlet _fldint;
private Displayable _flddo;
private final int a;
private int _fldfor;
private final String _fldif = "/mo2me";
private final String _fldtry = "Mo2Me";
private Image _fldnew;
public z(MIDlet midlet, int i, Displayable displayable)
{
_fldfor = 0;
_fldnew = null;
_fldint = midlet;
a = i;
_flddo = displayable;
if(_fldnew == null)
try
{
_fldnew = Image.createImage("/mo2me");
}
catch(IOException ioexception) { }
}
public void _mthif()
{
Display.getDisplay(_fldint).setCurrent(this);
(new Thread(this)).start();
}
public void a(Displayable displayable)
{
_flddo = displayable;
System.err.println("pppppppppppppp");
}
public void run()
{
for(; _flddo == null || _fldfor < a; _fldfor += 200)
try
{
Thread.sleep(200L);
}
catch(InterruptedException interruptedexception) { }
System.err.println("pppppppppppppp0000000");
a();
}
public void paint(Graphics g)
{
int i = getWidth();
int j = getHeight();
if(_fldnew != null)
{
g.drawImage(_fldnew, i / 2, j / 2, 3);
} else
{
g.setColor(255);
g.drawString("Mo2Me0000", i / 2, j / 2, 17);
System.err.println("----------------z-");
}
}
protected void keyPressed(int i)
{
_fldfor = a;
}
protected void pointerPressed(int i, int j)
{
keyPressed(0);
}
private void a()
{
if(_flddo != null)
Display.getDisplay(_fldint).setCurrent(_flddo);
System.err.println("test===========");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -