• 大小: 877KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: 其他
  • 标签: J2ME  源码  

资源简介

J2ME中国象棋源代码,决对可以正常运行!开发工具:MyEclipse6.5 ,eclipseME1.7.9 , WTK2.5

资源截图

代码片段和文件信息

package com.marko;

import javax.microedition.lcdui.Display;
import javax.microedition.midlet.MIDlet;
import javax.microedition.midlet.MIDletStateChangeException;

public class AppStart extends MIDlet {

Display ds;
GameShow canvas;
SplashScreen ss;

public AppStart() {
super();
canvas = new GameShow(this);
ds=Display.getDisplay(this);
ss=new SplashScreen(dscanvas3);
// TODO Auto-generated constructor stub
}

protected void destroyApp(boolean arg0) throws MIDletStateChangeException {
// TODO Auto-generated method stub
}

protected void pauseApp() {
// TODO Auto-generated method stub
}

protected void startApp() throws MIDletStateChangeException {
// TODO Auto-generated method stub
ds.setCurrent(ss);
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        537  2010-11-01 09:36  Chess\.project

     文件        242  2010-11-01 09:36  Chess\.eclipseme

     文件        399  2010-11-01 09:37  Chess\bin\to_2.png

     文件        411  2010-11-01 09:37  Chess\bin\to_1.png

     文件        404  2010-11-01 09:37  Chess\bin\to_0.png

     文件       2830  2010-11-01 09:37  Chess\bin\select_5.png

     文件       3077  2010-11-01 09:37  Chess\bin\select_4.png

     文件       3089  2010-11-01 09:37  Chess\bin\select_3.png

     文件       3024  2010-11-01 09:37  Chess\bin\select_2.png

     文件       2959  2010-11-01 09:37  Chess\bin\select_1.png

     文件       2914  2010-11-01 09:37  Chess\bin\select_0.png

     文件       4611  2010-11-01 09:37  Chess\bin\red_z.png

     文件       4589  2010-11-01 10:11  Chess\bin\red_x.png

     文件       4610  2010-11-01 09:37  Chess\bin\red_s.png

     文件       4604  2010-11-01 09:37  Chess\bin\red_p.png

     文件       4617  2010-11-01 09:37  Chess\bin\red_m.png

     文件       4559  2010-11-01 09:37  Chess\bin\red_k.png

     文件       4628  2010-11-01 09:37  Chess\bin\red_j.png

     文件      27045  2010-11-01 09:37  Chess\bin\chessLoge.png

     文件       4642  2010-11-01 09:37  Chess\bin\black_z.png

     文件       4665  2010-11-01 09:37  Chess\bin\black_x.png

     文件       4647  2010-11-01 09:37  Chess\bin\black_s.png

     文件       4658  2010-11-01 09:37  Chess\bin\black_p.png

     文件       4668  2010-11-01 09:37  Chess\bin\black_m.png

     文件       4627  2010-11-01 09:37  Chess\bin\black_k.png

     文件       4655  2010-11-01 09:37  Chess\bin\black_j.png

     文件     116368  2010-11-01 09:37  Chess\bin\backSmall.png

     文件      17399  2010-11-01 12:50  Chess\bin\com\marko\Thinker.class

     文件       1952  2010-11-01 12:50  Chess\bin\com\marko\SplashScreen.class

     文件        753  2010-11-01 12:50  Chess\bin\com\marko\MyPoints.class

............此处省略75个文件信息

评论

共有 条评论