Java版电子宠物游戏代码
Java版电子宠物游戏代码,package Petgame; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; public class Petgame extends MIDlet { private static Petgame instance; private PlayCanvas displayable = new PlayCanvas (); /** Constructor */ public Petgame () { instance = this; } /** Main method */ public void startApp () { Display.getDisplay (this).setCurrent (displayable); } /** Handle pausing the MIDlet */ public void pauseApp () { } /** Handle destroying the MIDlet */ public void destroyApp (boolean unconditional) { } /** Quit the MIDlet */ public static void quitApp () { instance.destroyApp (true); instance.notifyDestroyed (); instance = null; }
- 1
- wjshensuan2014-01-06运行不起来!!!!
- lwg52013142013-02-25这个程序更本无法运行
- h_sn9992013-08-22不是完整的程序
- 粉丝: 1
- 资源: 3
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助