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

📄 ac.java

📁 // pica客户端J2ME源码
💻 JAVA
字号:
// pica客户端J2ME源码,100%可运行可修改,J2ME逆向工程经典作品
// 作者:fangji999
// QQ:57979471 Email:fangji999@163.com
// 博客:http://hi.baidu.com/ccall_net
// QQ群:51719370
// 如用此源码重新改写的软件或转载,请保留本人联系方式,作品原创作者

package pica;

import java.util.Vector;

// Referenced classes of package pica:
//			aa, Pica, q, r, 
//			s, v, w

public final class ac extends aa
{

	public ac()
	{
		super(Pica.l);
		super.q = "查找结果";
		super.r = null;
	}

	public ac(String s1)
	{
		super(Pica.l);
		super.q = s1;
	}

	public final void a(v v1)
	{
		v1.e = "返回";
		if (super.q.equals("查找结果") || super.q.equals("好友推荐"))
		{
			v1.a("加为好友");
			v1.a("详细资料");
			v1.a("更多...");
			v1.a("返回");
			return;
		}
		if (super.q.equals("群搜索") || super.q.equals("酷群推荐"))
		{
			v1.a("加入该群");
			v1.a("查看群资料");
			if (super.q.equals("群搜索"))
				v1.a("更多");
			v1.a("返回");
		}
	}

	public final void a(String s1)
	{
		r r1 = (r)o();
		if (s1 == "加为好友")
		{
			i();
			return;
		}
		if (s1 == "更多...")
		{
			l();
			return;
		}
		if (s1 == "返回")
		{
			a();
			return;
		}
		if (s1 == "详细资料")
		{
			e();
			return;
		}
		if (s1 == "加入该群")
		{
			w.a(r1);
			return;
		}
		if (s1 == "查看群资料")
		{
			a(r1);
			return;
		}
		if (s1 == "更多")
			t();
	}

	public final void d()
	{
		if (super.q.equals("查找结果") || super.q.equals("好友推荐"))
		{
			i();
			return;
		}
		if (super.q.equals("群搜索") || super.q.equals("酷群推荐"))
			e();
	}

	private void e()
	{
		r r1;
		if ((r1 = (r)o()) == null)
			return;
		if (super.q.equals("查找结果") || super.q.equals("好友推荐"))
		{
			Pica.h.f(r1.a + "@pica");
			w.a("正在查询,请稍候...", 3000, Pica.l);
			return;
		}
		if (super.q.equals("群搜索") || super.q.equals("酷群推荐"))
		{
			String s1 = null;
			s1 = r1.y;
			int j = 0;
			if ((j = s1.indexOf("@")) > 0)
				s1.substring(0, j);
			s.a(r1.y, r1.t, r1.u, r1.vrs, r1.w, r1.x);
		}
	}

	private static void a(r r1)
	{
		s.a(r1.y, r1.t, r1.u, r1.vrs, r1.w, r1.x);
	}

	private void i()
	{
		r r1;
		if ((r1 = (r)o()) == null)
		{
			return;
		} else
		{
			w.a(r1.a, "我的好友");
			return;
		}
	}

	private static void l()
	{
		try
		{
			Pica.X.m();
			Pica.h.a(null, null, true, null, null, null);
			w.a("正在查询,请稍候...", 3000, Pica.l);
			return;
		}
		catch (Exception  e)
		{
			return;
		}
	}

	private static void t()
	{
		try
		{
			Pica.X.m();
			String s1;
			if ((s1 = w.d).equals("任意"))
				s1 = "";
			Pica.h.a(w.c, s1, w.e);
			w.a("正在查询,请稍候...", 3000, Pica.l);
			return;
		}
		catch (Exception  e)
		{
			return;
		}
	}

	public final void a()
	{
		Pica.ac = false;
		if (super.q.equals("查找结果") || super.q.equals("好友推荐"))
			Pica.l.a(0);
		else
		if (super.q.equals("群搜索") || super.q.equals("酷群推荐"))
			Pica.l.a(2);
		Pica.l.d.removeElementAt(Pica.l.d.size() - 1);
		Pica.X.m();
		Pica.X = null;
	}

	public final void h()
	{
	}
}

⌨️ 快捷键说明

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