【拼手气源码】【小辉宠物源码】【刀客源码分享】java俄罗斯方块源码_java俄罗斯方块源代码

时间:2024-11-13 12:47:39 来源:jquery源码运行 编辑:建筑建材公司网站源码

1.java编写的俄罗a俄俄罗斯方块游戏

java俄罗斯方块源码_java俄罗斯方块源代码

java编写的俄罗斯方块游戏

       以下为一个俄罗斯方块的源代码,以---------线分隔一个类。斯方拼手气源码

       郁闷太长了,块源小辉宠物源码不能全部粘贴上来,码j码刀客源码分享要的源代抄底起飞指标源码话在线M我吧。

       import javax.microedition.midlet.*;

       import javax.microedition.lcdui.*;

       import java.io.IOException;

       /**

       * <p>Title: 俄罗斯方块</p>

       *

       * <p>Description: 俄罗斯方块游戏</p>

       *

       * <p>Copyright: Copyright (c) </p>

       *

       * <p>Company: Star Group</p>

       *

       * @author: Part of this 俄罗a俄部署系统源码在哪programe comes from a open-source project in the Web(www.hyweb.net).

       * Our group makes some remakeble improvement to it.

       * @version 1.0

       */

       public class RussianGameMIDlet extends MIDlet {

       static RussianGameMIDlet instance;

       private UIController controller = new UIController(this);

       private Splash splash;

       private Image imgStart;

       Display display = null;

       public RussianGameMIDlet() {

       instance = this;

       display = Display.getDisplay(this);

       }

       public void startApp() {

       try

       {

       imgStart = Image.createImage("/start.png");

       } catch (IOException e) {

       }

       StringBuffer infoStart = new StringBuffer("俄罗斯方块");

       splash = new Splash(this.controller,infoStart, imgStart);

       controller.setSplash(splash);

       controller.handleEvent(UIController.EventID.EVENT_START_SPLASH);

       }

       public void pauseApp() {

       }

       public void destroyApp(boolean unconditional) {

       }

       public static void quitApp() {

       instance.destroyApp(true);

       instance.notifyDestroyed();

       instance = null;

       }

       }

       --------------------------------------------------------------------------------------------------------------------------------------------

copyright © 2016 powered by 皮皮网   sitemap