資源簡介
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文件系統中創建一個文件的基本步驟
- 下一篇:貝努里隊列類
評論
共有 條評論