📄 f.txt
字号:
import java.util.Vector;
import javax.microedition.lcdui.*;
public class f
implements CommandListener, g
{
public static short b_short_static_fld = 6;
public static short a_short_static_fld = 2;
public Command d;
public Command c_javax_microedition_lcdui_Command_fld;
public Command f;
public Command e;
public Command b_javax_microedition_lcdui_Command_fld;
public Command a_javax_microedition_lcdui_Command_fld;
private Vector a_java_util_Vector_fld;
private Vector b_java_util_Vector_fld;
public int b_int_fld;
public int a_int_fld;
private Form b_javax_microedition_lcdui_Form_fld;
private Form a_javax_microedition_lcdui_Form_fld;
private ChoiceGroup c_javax_microedition_lcdui_ChoiceGroup_fld;
private ChoiceGroup b_javax_microedition_lcdui_ChoiceGroup_fld;
private String b_java_lang_String_array1d_fld[] = {
"< 16", "16 - 22", "22 - 30", "30 - 40", "> 40"
};
private ChoiceGroup a_javax_microedition_lcdui_ChoiceGroup_fld;
private String a_java_lang_String_array1d_fld[];
public String b_java_lang_String_fld;
public String a_java_lang_String_fld;
public String c_java_lang_String_fld;
private Displayable a_javax_microedition_lcdui_Displayable_fld;
public f()
{
d = null;
c_javax_microedition_lcdui_Command_fld = null;
f = null;
e = null;
b_javax_microedition_lcdui_Command_fld = null;
a_javax_microedition_lcdui_Command_fld = null;
a_java_util_Vector_fld = new Vector();
b_java_util_Vector_fld = new Vector();
b_javax_microedition_lcdui_Form_fld = null;
a_javax_microedition_lcdui_Form_fld = null;
c_javax_microedition_lcdui_ChoiceGroup_fld = null;
b_javax_microedition_lcdui_ChoiceGroup_fld = null;
a_javax_microedition_lcdui_ChoiceGroup_fld = null;
a_java_lang_String_array1d_fld = new String[2];
b_java_lang_String_fld = null;
a_java_lang_String_fld = null;
c_java_lang_String_fld = null;
a_javax_microedition_lcdui_Displayable_fld = null;
d = new Command(KQQMIDlet.a_k_static_fld.J, 1, 2);
c_javax_microedition_lcdui_Command_fld = new Command(KQQMIDlet.a_k_static_fld.bp, 1, 2);
f = new Command(KQQMIDlet.a_k_static_fld.bC, 1, 1);
a_javax_microedition_lcdui_Command_fld = new Command(KQQMIDlet.a_k_static_fld.ba, 2, 3);
e = new Command(KQQMIDlet.a_k_static_fld.Y, 4, 1);
b_javax_microedition_lcdui_Command_fld = new Command(KQQMIDlet.a_k_static_fld.ba, 2, 3);
}
public void a()
{
if(a_javax_microedition_lcdui_Form_fld == null)
{
a_java_lang_String_array1d_fld[0] = KQQMIDlet.a_k_static_fld.H;
a_java_lang_String_array1d_fld[1] = KQQMIDlet.a_k_static_fld.S;
c_javax_microedition_lcdui_ChoiceGroup_fld = new ChoiceGroup(KQQMIDlet.a_k_static_fld.f, 4, KQQMIDlet.a_k_static_fld.c_java_lang_String_array1d_fld, null);
b_javax_microedition_lcdui_ChoiceGroup_fld = new ChoiceGroup(KQQMIDlet.a_k_static_fld.aQ, 4, b_java_lang_String_array1d_fld, null);
a_javax_microedition_lcdui_ChoiceGroup_fld = new ChoiceGroup(KQQMIDlet.a_k_static_fld.ac, 4, a_java_lang_String_array1d_fld, null);
Item aitem[] = {
c_javax_microedition_lcdui_ChoiceGroup_fld, b_javax_microedition_lcdui_ChoiceGroup_fld, a_javax_microedition_lcdui_ChoiceGroup_fld
};
a_javax_microedition_lcdui_Form_fld = new Form(KQQMIDlet.a_k_static_fld.c_java_lang_String_fld, aitem);
a_javax_microedition_lcdui_Form_fld.addCommand(e);
a_javax_microedition_lcdui_Form_fld.addCommand(b_javax_microedition_lcdui_Command_fld);
a_javax_microedition_lcdui_Form_fld.setCommandListener(this);
}
KQQMIDlet.a_javax_microedition_lcdui_Display_static_fld.setCurrent(a_javax_microedition_lcdui_Form_fld);
}
private void a(int j)
{
b_int_fld = j;
if(j >= a_java_util_Vector_fld.size())
{
return;
}
int i1 = j * b_short_static_fld;
b_javax_microedition_lcdui_Form_fld = new Form(KQQMIDlet.a_k_static_fld.h);
b_javax_microedition_lcdui_Form_fld.addCommand(d);
b_javax_microedition_lcdui_Form_fld.addCommand(c_javax_microedition_lcdui_Command_fld);
b_javax_microedition_lcdui_Form_fld.addCommand(f);
b_javax_microedition_lcdui_Form_fld.addCommand(a_javax_microedition_lcdui_Command_fld);
b_javax_microedition_lcdui_Form_fld.setCommandListener(this);
int j1 = ((Integer)a_java_util_Vector_fld.elementAt(i1)).intValue();
Image image = Image.createImage(KQQMIDlet.a_m_static_fld.a.b(j1, 10));
ImageItem imageitem = new ImageItem(null, image, 513, null);
b_javax_microedition_lcdui_Form_fld.append(imageitem);
StringBuffer stringbuffer = new StringBuffer();
for(int l = 1; l < b_short_static_fld; l++)
{
stringbuffer.append((String)a_java_util_Vector_fld.elementAt(i1 + l) + "\n");
}
b_javax_microedition_lcdui_Form_fld.append(stringbuffer.toString());
}
public synchronized void commandAction(Command command, Displayable displayable)
{
try
{
if(command == d)
{
KQQMIDlet.a_v_static_fld.a(b_javax_microedition_lcdui_Form_fld, (String)a_java_util_Vector_fld.elementAt(b_short_static_fld * b_int_fld + a_short_static_fld));
} else
if(command == c_javax_microedition_lcdui_Command_fld)
{
b_int_fld--;
if(b_int_fld < 0)
{
b_int_fld = a_int_fld - 1;
}
a(b_int_fld);
KQQMIDlet.a_javax_microedition_lcdui_Display_static_fld.setCurrent(b_javax_microedition_lcdui_Form_fld);
} else
if(command == f)
{
b_int_fld++;
if(b_int_fld >= a_int_fld)
{
b_int_fld = 0;
}
a(b_int_fld);
KQQMIDlet.a_javax_microedition_lcdui_Display_static_fld.setCurrent(b_javax_microedition_lcdui_Form_fld);
} else
if(command == a_javax_microedition_lcdui_Command_fld)
{
if(b_java_util_Vector_fld.size() > 0)
{
b_java_util_Vector_fld.removeElementAt(0);
}
if(b_java_util_Vector_fld.size() > 0)
{
String s = (String)b_java_util_Vector_fld.elementAt(0);
a(s);
} else
{
KQQMIDlet.a_javax_microedition_lcdui_Display_static_fld.setCurrent(a_javax_microedition_lcdui_Displayable_fld);
}
} else
if(command == b_javax_microedition_lcdui_Command_fld)
{
KQQMIDlet.a_y_static_fld.g();
} else
if(command == e)
{
c_java_lang_String_fld = Long.toString((c_javax_microedition_lcdui_ChoiceGroup_fld.getSelectedIndex() + 2) % 34);
b_java_lang_String_fld = Long.toString(b_javax_microedition_lcdui_ChoiceGroup_fld.getSelectedIndex());
a_java_lang_String_fld = Long.toString(a_javax_microedition_lcdui_ChoiceGroup_fld.getSelectedIndex());
KQQMIDlet.a_d_static_fld.d();
KQQMIDlet.a_u_static_fld.b(b_java_lang_String_fld, a_java_lang_String_fld, c_java_lang_String_fld, this);
KQQMIDlet.a_m_static_fld.b(KQQMIDlet.a_k_static_fld.aa);
}
}
catch(Exception exception)
{
i.a("error in finger-commandAction");
i.a(exception);
}
}
public void a(String s)
{
String s1 = i.a("SN", s);
String s2 = i.a("UN", s);
String s3 = i.a("NK", s);
String s4 = i.a("AG", s);
String s5 = i.a("SX", s);
String s6 = i.a("PV", s);
String s7 = i.a("FC", s);
try
{
a_int_fld = Integer.parseInt(s1);
}
catch(NumberFormatException numberformatexception)
{
a_int_fld = 0;
i.a("error in finger-doNextResult:wrong numberformat");
i.a(numberformatexception);
}
if(a_int_fld > 0)
{
int j = 0;
String as[] = new String[a_int_fld];
j = i.a(as, s2);
if(a_int_fld != j)
{
i.a("finger return wrong number-UN:" + s1 + "" + j);
return;
}
String as1[] = new String[a_int_fld];
j = i.a(as1, s3);
if(a_int_fld != j)
{
i.a("finger return wrong number-NK:" + s1 + "" + j);
return;
}
String as2[] = new String[a_int_fld];
j = i.a(as2, s4);
if(a_int_fld != j)
{
i.a("finger return wrong number-AG:" + s1 + "" + j);
return;
}
String as3[] = new String[a_int_fld];
j = i.a(as3, s5);
if(a_int_fld != j)
{
i.a("finger return wrong number-SX:" + s1 + "" + j);
return;
}
String as4[] = new String[a_int_fld];
j = i.a(as4, s6);
if(a_int_fld != j)
{
i.a("finger return wrong number-PV:" + s1 + "" + j);
return;
}
String as5[] = new String[a_int_fld];
j = i.a(as5, s7);
if(a_int_fld != j)
{
i.a("finger return wrong number-FC:" + s1 + "" + j);
return;
}
a_java_util_Vector_fld.removeAllElements();
for(int l = 0; l < a_int_fld; l++)
{
Integer integer = null;
try
{
integer = Integer.valueOf(as5[l]);
}
catch(NumberFormatException numberformatexception1)
{
integer = new Integer(0);
i.a("error in finger-doNextResult:wrong numberformat of fc");
i.a(numberformatexception1);
}
a_java_util_Vector_fld.addElement(integer);
a_java_util_Vector_fld.addElement(i.a(as1[l]));
a_java_util_Vector_fld.addElement(as[l]);
if(as3[l].equals("0"))
{
a_java_util_Vector_fld.addElement(KQQMIDlet.a_k_static_fld.bc);
} else
{
a_java_util_Vector_fld.addElement(KQQMIDlet.a_k_static_fld.ap);
}
a_java_util_Vector_fld.addElement(KQQMIDlet.a_k_static_fld.az + as2[l]);
a_java_util_Vector_fld.addElement(KQQMIDlet.a_k_static_fld.af + i.a(as4[l]));
}
a(0);
KQQMIDlet.a_javax_microedition_lcdui_Display_static_fld.setCurrent(b_javax_microedition_lcdui_Form_fld);
} else
{
i.a("fingererror-wrongresponse\uFF1A" + s);
}
}
public synchronized void b(String s, String s1)
{
String s2 = i.a("CMD", s1).toUpperCase();
String s3 = i.a("RES", s1);
try
{
if(s2.equals("FINGER") && s3.equals("0"))
{
b_java_util_Vector_fld.addElement(s1);
if(b_javax_microedition_lcdui_Form_fld == null || !b_javax_microedition_lcdui_Form_fld.isShown())
{
a_javax_microedition_lcdui_Displayable_fld = KQQMIDlet.a_KQQMIDlet_static_fld.a();
a(s1);
}
} else
if(s3.equals("20"))
{
KQQMIDlet.a_KQQMIDlet_static_fld.a(true);
}
}
catch(NumberFormatException numberformatexception)
{
i.a("fingererror-wrongnum\uFF01");
i.a(numberformatexception);
}
catch(Exception exception)
{
i.a("fingererror-exception");
i.a(exception);
}
}
public void c(String s, String s1)
{
i.a("error in Finger-handleHttpError" + s1);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -