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

📄 c.java

📁 J2ME连连看源码 J2ME连连看源码
💻 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 javax.microedition.lcdui.Font;
import javax.microedition.lcdui.Graphics;

public class c
{

    public c(Graphics g1, String s, int ai[], Font font)
    {
        e = 0;
        l = 0;
        a_int_array1d_fld = null;
        a_javax_microedition_lcdui_Font_fld = null;
        a_javax_microedition_lcdui_Graphics_fld = g1;
        a_java_lang_String_fld = s;
        a_int_array1d_fld = ai;
        b = ai[0];
        a_int_fld = ai[1];
        c = ai[2];
        d = ai[3];
        f = ai[4];
        g = ai[5];
        a_javax_microedition_lcdui_Font_fld = font;
        j = font.stringWidth(s);
        e = ai[6];
        k = ai[7];
        if(e == 2)
            f -= j;
        h = f;
        i = g;
    }

    public void a(String s)
    {
        f = a_int_array1d_fld[4];
        a_java_lang_String_fld = s;
    }

    private Graphics a_javax_microedition_lcdui_Graphics_fld;
    private int b;
    public int a_int_fld;
    private int c;
    private int d;
    private int e;
    public String a_java_lang_String_fld;
    private int f;
    private int g;
    private int h;
    private int i;
    private int j;
    private int k;
    private int l;
    private int a_int_array1d_fld[];
    private Font a_javax_microedition_lcdui_Font_fld;
}

⌨️ 快捷键说明

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