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

📄 ultraimpro.java

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

import javax.microedition.lcdui.*;
import javax.microedition.midlet.MIDlet;
import javax.microedition.rms.RecordStore;

public class UltraIMPro extends MIDlet
{

    public UltraIMPro()
    {
        b_boolean_fld_AppNotRun = true;
        a_UltraIMPro_static_fld = this;
        a_javax_microedition_lcdui_Display_static_fld = Display.getDisplay(a_UltraIMPro_static_fld);
    }

    public final void destroyApp(boolean flag)
    {
    }

    public final void pauseApp()
    {
    }

    public final void startApp()
    {
        if(b_boolean_fld_AppNotRun)
        {
            try
            {
                a_javax_microedition_lcdui_Image_static_fld = Image.createImage("/logo.png");
            }
            catch(Exception _ex) { }
            try
            {
                RecordStore recordstore = RecordStore.openRecordStore("UltraIMP", false);
                String s1Trial = new String(recordstore.getRecord(1)); // trial string
                String s2;
                int i1 = (s2 = new String(recordstore.getRecord(10))).length(); // capability;1.10.001p
                String s3;
                if(!(s3 = s2.substring(i1 - 9, i1 - 5)).equals("1.10.001p".substring(0, 4))) // first running
                {
                    int j1 = s2.indexOf(';');
                    String s4 = null;
                    if(j1 <= 0)
                    {
                        int k1 = 0;
                        s4 = String.valueOf(k1 = InitialForm.GetMobileCapability());
                    } else
                    {
                        s4 = s2.substring(0, j1);
                    }
                    byte abyte0[] = (s4 + ";" + "1.10.001p").getBytes();
                    recordstore.setRecord(10, abyte0, 0, abyte0.length);
                    if(recordstore.getNumRecords() == 18)
                    {
                        byte abyte1[] = "0".getBytes();
                        recordstore.addRecord(abyte1, 0, abyte1.length);
                    }
                }
                InitialForm a2;
                //if(s1Trial.equals("trial"))
                if(false)
                {
                    (a2 = new InitialForm(null, recordstore)).a_InitRecordstore(false);
                } else
                {
                    MainMenuList ap1;
                    (ap1 = MainMenuList.GetObject()).ShowMenuBeforeLogin((InitialForm)null);
                    a_javax_microedition_lcdui_Display_static_fld.setCurrent(ap1);
                }
            }
            catch(Exception _ex)
            {
                try
                {
                    RecordStore recordstore1 = RecordStore.openRecordStore("UltraIMP", true);
                    InitialForm a1;
                    (a1 = new InitialForm(null, recordstore1)).a_InitRecordstore(true);
                }
                catch(Exception _ex2) { }
            }
            b_boolean_fld_AppNotRun = false;
        }
    }

    public static final Command a_CommandExit = new Command("Exit", 7, 10);
    //public static final Command b_javax_microedition_lcdui_Command_static_fld = new Command("OK", 4, 1);
    public static final Command b_CommandOk = new Command("OK", 4, 1);
    public static final Command c_CommandSet = new Command("Set", 4, 1);
    public static final Command d_CommandSetSave = new Command("Set & Save", 4, 2);
    public static final Command e_CommandSendSave = new Command("Send & Save", 4, 2);
    public static final Command f_CommandBack = new Command("Back", 2, 9);
    public static final Command g_CommandCancel = new Command("Cancel", 2, 9);
    public static final Command h_CommandConversations = new Command("Conversations", 1, 2);
    public static final Command i_CommandOpen = new Command("Open", 4, 1);
    public static final Command j_CommandCloseConversation = new Command("Close this convers.", 4, 2);
    public static final Command k_CommandSelect = new Command("Select", 8, 1);
    public static final Command l_CommandCapture = new Command("Capture", 4, 2);
    public static final Command m_CommandFromAlbum = new Command("From album", 4, 3);
    public static final Command n_CommandSnapShot = new Command("SnapShot", 4, 1);
    public static final Command o_CommandSave = new Command("Save", 4, 1);
    public static final Command p_CommandSelectFile = new Command("Select file", 4, 4);
    public static final Command q_CommandRestoreDefault = new Command("Restore default", 4, 5);
    public static final Command r_CommandDel = new Command("Del", 4, 3);
    public static final Command s_CommandHelp = new Command("Help", 4, 2);
    public static final Command t_CommandAbout = new Command("About", 4, 3);
    public static final Command u_CommandChatFold = new Command("Chat/Fold", 1, 1);
    public static final Command v_CommandMySettings = new Command("My settings", 1, 3);
    public static final Command w_CommandMyPicture = new Command("My picture", 1, 4);
    public static final Command x_CommandBlockUnBlock = new Command("Block/Unblock", 1, 5);
    public static final Command y_CommandConfig = new Command("Config.", 1, 6);
    public static final Command z_CommandPhotoAlbum = new Command("Photo album", 1, 7);
    public static final Command A_CommandChatHistory = new Command("Chat history", 1, 8);
    public static final Command B_CommandAddContact = new Command("Add contact", 1, 9);
    public static final Command C_CommandRemoveContact = new Command("Remove contact", 1, 10);
    public static final Command D_CommandFriendInfo = new Command("Friend's info", 1, 11);
    public static final Command E_CommandKeyLock = new Command("Key lock", 1, 12);
    public static final Command F_CommandSignOut = new Command("Sign out", 2, 13);
    public static final Command G_CommandSend = new Command("Send", 4, 1);
    public static final Command H_CommandEmotions = new Command("Emoticons", 1, 2);
    public static final Command I_CommandComposeSettiongs = new Command("Compose settings", 1, 3);
    public static final Command J_CommandInsertAppend = new Command("Insert/Append", 1, 4);
    public static final Command K_CommandCompose = new Command("Compose", 1, 1);
    public static final Command L_CommandInvite = new Command("Invite", 1, 3);
    public static final Command M_CommandSendFile = new Command("Send file", 1, 4);
    public static final Command N_CommandFriendPic = new Command("Friend pic.", 1, 5);
    public static final Command O_CommandParticipants = new Command("Participants", 1, 6);
    public static final Command P_CommandSaveChat = new Command("Save chat", 1, 8);
    public static final Command Q_CommandCloseConversation = new Command("Close this convers.", 1, 9);

    public static Image a_javax_microedition_lcdui_Image_static_fld;
    public static boolean a_boolean_static_fld = true;
    private boolean b_boolean_fld_AppNotRun;
    public static UltraIMPro a_UltraIMPro_static_fld;
    public static Display a_javax_microedition_lcdui_Display_static_fld;

}

⌨️ 快捷键说明

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