资源简介
该游戏通过鼠标操作,讲电脑多次分发的拍,按照相同的花色由大至小排列起来,直到桌面上的牌全部消失,即为胜利。它主要包括如下功能。
l 难度选择:分为简单(单色)、中级(双色)、和高级(四色)。
l 开局:任何时候都可以重新开始一盘新的游戏。
l 发牌。
l 显示可执行操作:提示当前可执行操作。
代码片段和文件信息
package game;
import javax.swing.*;
import java.awt.*;
public class AboutDialog extends JDialog{
JPanel jMainPane = new JPanel();
JTabbedPane jTabbedPane = new JTabbedPane();
private JPanel jPanel1 = new JPanel();
private JPanel jPanel2 = new JPanel();
private JPanel jPanel3 = new JPanel();
private JTextArea jt1 = new JTextArea(“将电脑多次分发给你的牌按照相同的花色由大至小排列起来,直到桌面上的牌全部消失“);
private JTextArea jt2 = new JTextArea(“该游戏中,纸牌的图片来自于Window XP的纸牌游戏,图片权属于原作者所有!“);
private JTextArea jt3 = new JTextArea(“作者:xxxxxxxx“);
public AboutDialog(){
settitle(“蜘蛛牌“);
setSize(300200);
setResizable(false);
setDefaultCloseOperation (WindowConstants.DISPOSE_ON_CLOSE);
Container c = this.getContentPane();
jt1.setSize(260200);
jt2.setSize(260200);
jt3.setSize(260
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-12-22 16:22 game\
文件 232 2017-05-10 11:04 game\.classpath
文件 380 2017-05-10 11:04 game\.project
目录 0 2017-12-22 16:22 game\bin\
目录 0 2017-12-22 16:22 game\bin\game\
文件 2298 2017-12-22 16:23 game\bin\game\AboutDialog.class
文件 1094 2017-12-22 16:22 game\bin\game\PKCard$Flash.class
文件 6040 2017-12-22 16:22 game\bin\game\PKCard.class
文件 640 2017-12-22 16:22 game\bin\game\Spider$1.class
文件 600 2017-12-22 16:22 game\bin\game\Spider$2$Show.class
文件 943 2017-12-22 16:22 game\bin\game\Spider$2.class
文件 8073 2017-12-22 16:22 game\bin\game\Spider.class
文件 711 2017-12-22 16:22 game\bin\game\SpiderMenuBar$1.class
文件 750 2017-12-22 16:22 game\bin\game\SpiderMenuBar$2.class
文件 717 2017-12-22 16:22 game\bin\game\SpiderMenuBar$3.class
文件 765 2017-12-22 16:22 game\bin\game\SpiderMenuBar$4.class
文件 790 2017-12-22 16:22 game\bin\game\SpiderMenuBar$5.class
文件 790 2017-12-22 16:22 game\bin\game\SpiderMenuBar$6.class
文件 790 2017-12-22 16:22 game\bin\game\SpiderMenuBar$7.class
文件 1032 2017-12-22 16:22 game\bin\game\SpiderMenuBar$8.class
文件 640 2017-12-22 16:22 game\bin\game\SpiderMenuBar$9.class
文件 603 2017-12-22 16:22 game\bin\game\SpiderMenuBar$Show.class
文件 2610 2017-12-22 16:22 game\bin\game\SpiderMenuBar.class
目录 0 2017-12-22 16:22 game\images\
文件 522 2002-10-31 03:02 game\images\1-1.gif
文件 618 2002-11-03 05:51 game\images\1-10.gif
文件 1093 2002-11-03 05:52 game\images\1-11.gif
文件 1177 2002-11-03 05:53 game\images\1-12.gif
文件 1077 2002-11-03 05:53 game\images\1-13.gif
文件 474 2002-10-31 20:52 game\images\1-2.gif
文件 432 2002-11-03 05:45 game\images\1-3.gif
............此处省略55个文件信息
相关资源
- 《java从入门到精通》pdf
- 《码出高效-阿里巴巴Java开发手册1.
- Java开发文档1.6.chm(开发人员必备手册
- 阿里巴巴Java开发手册(1.4详尽版)
- 连连看小游戏(简洁版)
- 升级版:有音效的大飞机游戏
- 游戏引擎jar包
- Android 抓住大公鸡游戏(游戏开发-1
- Android 拼图小游戏(游戏开发-17_165)
- Android 2048游戏(游戏开发-17_168)
- Android 连连看游戏(游戏开发-17_167)
- Android 仿别踩白块儿游戏(游戏开发
- java打地鼠游戏
- 大鱼吃小鱼 JAVA游戏源码
- Unity3D游戏开发中文版
- 基于ssm游戏账号交易系统javaweb毕业设
- 冒险岛 096 游戏服务端
- 大鱼吃小鱼游戏java源码
- java开发的网站招聘项目
- android拼图小游戏源代码
- 大熊跑酷救小熊
- Java制作简单RPG游戏
- java开发的微信公众号管理系统
- android扫雷源码
- java仿欢乐斗地主
- java游戏合集强烈推荐
- android斗地主源码
- 基于java开发的服装销售管理系统毕业
- Java开发实战经典(源代码).rar
- Java开发实战经典(带源代码)
评论
共有 条评论