📄 e.java
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
import com.mascotcapsule.micro3d.v3.Effect3D;
import com.mascotcapsule.micro3d.v3.Texture;
import javax.microedition.lcdui.Image;
public class e
{
public e(String s, int i)
{
a_com_mascotcapsule_micro3d_v3_Texture_fld = null;
a_com_mascotcapsule_micro3d_v3_Effect3D_fld = new Effect3D();
a_int_fld = 128;
if((i & 1) != 0)
a_com_mascotcapsule_micro3d_v3_Effect3D_fld.setTransparency(true);
try
{
Image image = Image.createImage("/" + s + ".bmp");
a_int_fld = image.getWidth();
image = null;
}
catch(Exception exception) { }
if(s != null)
try
{
a_com_mascotcapsule_micro3d_v3_Texture_fld = new Texture("/" + s + ".bmp", true);
}
catch(Exception exception1) { }
}
public Texture a_com_mascotcapsule_micro3d_v3_Texture_fld;
public Effect3D a_com_mascotcapsule_micro3d_v3_Effect3D_fld;
public int a_int_fld;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -