蓝牙游戏五子棋源代码

时间:2012-09-14 11:51:21
【文件属性】:

文件名称:蓝牙游戏五子棋源代码

文件大小:92KB

文件格式:RAR

更新时间:2012-09-14 11:51:21

BTFIR

源代码....有详细的注释 public BTFIRMIDlet() { alert = new Alert("程序信息"); alert.setTimeout(3000); try { imgSplash = Image.createImage("/splash.png"); alert.setImage(imgSplash); } catch (IOException _ex) { imgSplash = Image.createImage(1, 1); } form = new Form(""); StringItem item = new StringItem("说明:", "本五子棋游戏支持蓝牙双人对战"); form.append(item); choiceType = new ChoiceGroup("请选择连接类型:", 1); choiceType.append("服务器", null); choiceType.append("客户端", null); form.append(choiceType); CMD_PLAY = new Command("开始", 4, 2); CMD_EXIT = new Command("退出", 3, 1); form.addCommand(CMD_PLAY); form.addCommand(CMD_EXIT); form.setCommandListener(this);


【文件预览】:
BTFIR
----tmpclasses()
----bin()
--------MANIFEST.MF(170B)
--------BTFIR.jad(217B)
----src()
--------BTFIRMIDlet.java(2KB)
--------Server.java(6KB)
--------BTFIRLogic.java(7KB)
--------BTFIRCanvas.java(11KB)
--------Dot.java(658B)
--------Client.java(6KB)
--------Connection.java(1KB)
----tmplib()
----project.properties(118B)
----res()
--------Think.png(1KB)
--------logo.png(537B)
--------Win.png(1KB)
--------splash.png(45KB)
--------Thumbs.db(59KB)
--------Lose.png(2KB)
----lib()
----classes()

网友评论

  • 资源是好~但是不是我用的开发环境
  • 还可以,容易理解
  • 不错,适合初学者
  • 这个资源相当好,代码很容易理解,适合初学者研读