j2me推箱子小游戏源代码
代码说明:
资源描述 * GameMidlet.java * * Created on 2007年12月15日, 上午12:56 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package gamepackage; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; /** * * @author bense */ public class GameMidlet extends MIDlet{ private Display display=null; private GameChoose choice=null; public GameMidlet() { choice=new GameChoose(this); display=Display.getDisplay(this); } public void startApp(){ &nb
下载说明:请别用迅雷下载,失败请重下,重下不扣分!