bachelor

所属分类:J2ME
开发工具:Java
文件大小:210KB
下载次数:58
上传日期:2004-05-07 13:07:35
上 传 者huyan
说明:  名字为《单身贵族》的游戏
(-The game named "lonesome aristocrat ")

文件列表:
bachelor (0, 2002-08-05)
bachelor\bachelor (0, 2003-01-29)
bachelor\bachelor\bachelor_text.png (2121, 2002-07-25)
bachelor\bachelor\copyright.png (1952, 2002-07-25)
bachelor\bachelor\genius (0, 2002-07-26)
bachelor\bachelor\genius\game (0, 2002-07-26)
bachelor\bachelor\genius\game\mobile (0, 2002-07-26)
bachelor\bachelor\genius\game\mobile\bachelor (0, 2002-07-26)
bachelor\bachelor\genius\game\mobile\bachelor\about.class (3649, 2002-07-25)
bachelor\bachelor\genius\game\mobile\bachelor\gameTable.class (8088, 2002-07-25)
bachelor\bachelor\genius\game\mobile\bachelor\mainGame.class (1073, 2002-07-25)
bachelor\bachelor\genius\game\mobile\bachelor\splash.class (3432, 2002-07-25)
bachelor\bachelor\geniussoftware_logo.png (2704, 2002-07-25)
bachelor\bachelor\icons (0, 2002-07-26)
bachelor\bachelor\icons\bachelor.png (1082, 2002-07-25)
bachelor\bachelor\META-INF (0, 2002-07-26)
bachelor\bachelor\META-INF\MANIFEST.MF (415, 2002-07-26)
bachelor\bachelor\META-INF\MANIFEST.MF.bak (418, 2002-07-26)
bachelor\bachelor\qz.png (687, 2002-07-25)
bachelor\bachelor.html (948, 2002-07-01)
bachelor\bachelor.html~ (0, 2002-07-01)
bachelor\bachelor.html~1~ (948, 2002-07-01)
bachelor\bachelor.jad (360, 2002-08-05)
bachelor\bachelor.jad~ (370, 2002-07-24)
bachelor\bachelor.jar (18576, 2002-08-05)
bachelor\bachelor.jar~ (31186, 2002-07-02)
bachelor\bachelor.jpx (6233, 2002-08-05)
bachelor\bachelor.jpx.local (1137, 2002-08-05)
bachelor\bachelor.jpx.local~ (826, 2002-07-01)
bachelor\bachelor.jpx~ (0, 2002-07-01)
bachelor\bak (0, 2002-07-24)
bachelor\bak\bachelor.jad~1~ (360, 2002-07-24)
bachelor\bak\bachelor.jad~2~ (360, 2002-07-24)
bachelor\bak\genius (0, 2002-07-13)
bachelor\bak\genius\game (0, 2002-07-13)
bachelor\bak\genius\game\mobile (0, 2002-07-13)
bachelor\bak\genius\game\mobile\bachelor (0, 2002-08-05)
bachelor\bak\genius\game\mobile\bachelor\about.java~1~ (1203, 2002-07-22)
bachelor\bak\genius\game\mobile\bachelor\about.java~2~ (1174, 2002-07-22)
... ...

package genius.game.mobile.bachelor; import javax.microedition.lcdui.*; /** *

Title: GENIUS bachelor

*

Description: GENIUS Mobile Game - Bachelor

*

Copyright: Copyright (c) 2002 GENIUS Tech.

*

Company: GENIUS Technology Software Development Union.

* @author Rodger hu * @version 1.01 */ public class readme extends Form implements CommandListener { private Displayable parentDisplayable; private Command cmdExit = new Command("退出", Command.EXIT, 1); /**Construct the displayable*/ public readme() { super("游戏说明"); try { jbInit(); } catch(Exception e) { e.printStackTrace(); } } /**Component initialization*/ private void jbInit() throws Exception { // set up this Displayable to listen to command events setCommandListener(this); // add the Exit command addCommand(cmdExit); } /**Handle command events*/ public void commandAction(Command command, Displayable displayable) { if (command == cmdExit) { Display.getDisplay(mainGame.instance).setCurrent(parentDisplayable); } } public void setParent(Displayable displayable) { if (displayable == null) { Alert a = new Alert("Error"); a.setString("The displayable == null"); a.setTimeout(2000); Display.getDisplay(mainGame.instance).setCurrent(a); } parentDisplayable = displayable; } }

近期下载者

相关文件


收藏者