资源简介
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个文件信息
- 上一篇:NTFS文件系统中创建一个文件的基本步骤
- 下一篇:贝努里队列类
相关资源
- Scratch源码
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- UNIX/LINUX编程实践教程的源码
- 十以内加减法练习 powerbuilder源码
- 农场开发项目
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用VC 编写的仿QQ聊天室程序源代码
- 毕业论文之温度传感器DS18B20(源码
- 可自定义导航网站源码
- 栅栏填充算法源码(VC)
- msp430F149操作红外接收模块源码
- [免费]图像识别c 源码
- 周易排盘源码
- RSA算法源码
- 一个人脸识别程序源码
- 编译原理课程设计:词法语法编译器
评论
共有 条评论