📄 i.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
import javax.microedition.lcdui.Font;
class i extends b
{
private String d;
private Font b;
private int c;
i(String s, int j, int k, Font font, int l)
{
super(j, k);
d = s;
b = font;
c = l;
}
int b()
{
return b.getHeight();
}
int a()
{
return b.stringWidth(d);
}
void a(o o1, boolean flag)
{
int j = o1.e();
o1.a(b);
if(flag)
{
o1.a(0);
o1.a(super.a - 1, e - 1, a() + 1, b() + 1);
o1.a(0xffffff);
} else
if((c & 0x1) != 0)
o1.a(255);
else
o1.a(0);
o1.a(d, super.a, e, 20);
if((c & 0x2) != 0)
{
if((c & 0x1) != 0 && (c & 0x4) == 0 && !flag)
o1.a(0);
int k = e + b.getHeight() / 2;
o1.e(super.a, k, super.a + a(), k);
}
o1.a(j);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -