• 大小: 269KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-21
  • 语言: Java
  • 标签: 详细注释  大富翁  

资源简介

(java源代码+详细注释)大富翁

资源截图

代码片段和文件信息

import java.util.Timer;
import javax.microedition.lcdui.*;

/**
 * 卡片画板。
 * @author SoftStar嘟嘟熊
 * @version 1.0
 */

public class CardCanvas extends Canvas
    implements CommandListener
{

  /**
   * 画板宽度
   */

    public int canvasWidth;
    /**
     * 画板高度
     */

    public int canvasHeight;
    /**
     * richMan实例
     */

    KMRichMan richMan;
    /**
     * 卡片
     */

    int cardIDs[];
    /**
     * 卡片序号
     */

    int cardIndex;
    /**
     * 卡片记数
     */

    int kardCount;
    /**
     * 卡片名称
     */

    String kardNames[] = {
        “偷盗卡“ “均富卡“ “强占卡“ “睡眠卡“ “免罪卡“ “怪兽卡“ “天使卡“ “现金卡“ “财神卡“ “衰神卡“
    };
    /**
     * 卡片图片
     */

    Image cardImages[];
    /**
     * 单个卡片图片
     */

    Image cardImag

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

     文件       1837  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\allclasses-frame.html

     文件       1677  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\allclasses-noframe.html

     文件      16597  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\CardCanvas.html

     文件       4330  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\constant-values.html

     文件      13505  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\Controlor.html

     文件       4214  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\deprecated-list.html

     文件      14922  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\DiceCanvas.html

     文件      11789  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\GameMenu.html

     文件       7448  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\help-doc.html

     文件       9743  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\HelpForm.html

     文件      12473  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\HighScoreCanvas.html

     文件      51006  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\index-all.html

     文件      36855  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\KMRichMan.html

     文件      13591  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\OpenCanvas.html

     文件      11258  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\OpenCanvasTimerTask.html

     文件      10554  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\OptionList.html

     文件       6229  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\overview-tree.html

     文件          2  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\package-list

     文件        733  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\packages.html

     文件      71638  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\PlayCanvas.html

     文件      10123  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\PlayerStatusForm.html

     文件      14112  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\PlayMessageForm.html

     文件       8870  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\serialized-form.html

     文件      13413  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\StockForm.html

     文件      10322  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\StockList.html

     文件       1328  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\stylesheet.css

     文件      13023  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\SystemList.html

     文件        741  2003-11-14 23:44  (源代码+详细注释)大富翁\Document\点这里啊.html

     目录          0  2003-11-29 10:59  (源代码+详细注释)大富翁\Document

     文件        158  2003-11-14 23:44  (源代码+详细注释)大富翁\Game\rich.jad

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

评论

共有 条评论