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

📄 bi.java

📁 经过反编译和部分代码修改后的ultraimpro java源代码。可在netbean环境下成功编译。供学习和分析用。
💻 JAVA
字号:
// Decompiled by DJ v3.9.9.91 Copyright 2005 Atanas Neshkov  Date: 2006-5-1 19:31:42
// Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new version!
// Decompiler options: packimports(3) 


public final class bi
    implements Runnable
{

    public bi(r r1)
    {
        a = r1;
    }

    public final void run()
    {
        byte abyte0[] = null;
        abyte0 = (new f(a.a_javax_microedition_lcdui_Image_fld)).a_mod_tob();
        a.c_int_fld = l.a("Photo(" + r.a(abyte0.length) + ")", abyte0, 2);
        if(a.a_int_fld == 2)
        {
            MainMenuList.GetObject().a(((ba)a.a_javax_microedition_lcdui_Displayable_fld).a_javax_microedition_lcdui_Displayable_fld, 2, null);
            a.a_javax_microedition_lcdui_Displayable_fld = null;
        } else
        if(a.c_int_fld != 1)
            a.a_byte_array1d_fld = abyte0;
        a.a_boolean_fld = true;
    }

    private final r a;
}

⌨️ 快捷键说明

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