// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
package pica.ui;
import mainn.cm;
import javax.microedition.lcdui.Graphics;
// Referenced classes of package pica.ui:
// h
//界面主抽像类
public abstract class b
{
protected cm a;
protected h b;
public String c;
public boolean d;
public int e;
public int f;
public int g;
public int h;
protected b(h h1, String s)
{
d = true;
b = h1;
c = s;
}
public final void a(cm c1)
{
a = c1;
}
protected abstract void agp(Graphics g1);
protected abstract boolean a(byte byte0, int i);
}