资源简介
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文件系统中创建一个文件的基本步骤
- 下一篇:贝努里队列类
相关资源
- 奇迹MU内存辅助源码
- Qt 推箱子游戏及最短路径 源码
- TinyHTTPd for Windows源码
- DNS解析,gethostbyname的C源码
- labwindows的串口源码
- ADS8328驱动程序源码
- STM8S 模拟I2C程序 源码
- libxl注册机源码支持window和linux
- sz rz 编译安装源码
- x3d源码-奖杯
- 383C开发大全(提高卷)源码.rar
- 百度翻译API源码
- sar的rd成像算法源码
- 易语言做快递单/入库单/汇总表等单据
- stm32 光控灯源码
- Zbar库好不容易找到的有configure的源码
- 梦幻西游挤线器源码
- SYN Flooder 攻击源码
- 接金币flash游戏源码
- fpga实现CAN总线源码
- js图片轮播:VCD包装盒个性幻灯片
- 垂直裂缝井水平裂缝井试井源码
- 16位 8086汇编源码
- 易语言 获取Cookies源码
- PGP加密源程序C源码
- 五层电梯源码及注释
- 航班管理系统
- 计算机毕业设计源码与全部论文
- E语言源码|微信自动回复机器人
- 易语言源码易语言小说在线提取源码
评论
共有 条评论