本站提供最佳modbus51源码服务,欢迎转载和分享。

【filezilla client源码】【魔腾Q源码】【在线浏览文库源码】java俄罗斯方块源码_java俄罗斯方块源代码

2024-11-15 01:09:12 来源:tcd源码 分类:热点

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

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

java编写的俄罗斯方块游戏

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

       郁闷太长了,块源魔腾Q源码不能全部粘贴上来,码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俄源码安装httpd流程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;

       }

       }

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

【本文网址:http://8o.net.cn/news/64b33499601.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap