文档介绍:北京邮电大学毕业设计 i Java 实现蜘蛛纸牌摘要蜘蛛纸牌的每一代的 window 的系统都有,同时也时一款很受用户喜欢的休闲类游戏,很多人都喜欢玩蜘蛛纸牌。本人做的蜘蛛纸牌游戏开发理念是基于 window 7操作系统中的蜘蛛纸牌游戏。利用 java 语言实现蜘蛛纸牌游戏的主要功能:纸牌的移动,放置,回收,重发。利用 包的类实现纸牌游戏的用户界面,通为各个菜单组件添加监视器来实现鼠标单击事件所触发的接口方法,使得用户可以单击菜单项来实现具体的功能。通过这次游戏程序的设计,让我对 Java 有了更深的了解和练习,这对于我以后找到工作打下了的坚实的基础。关键字: java 语言; 游戏的背景; 功能实现北京邮电大学毕业设计 ii Java Spider Solitaire Abstract System of Spider Solitaire each generation of both window, but also a very popular when users like leisure game, a lotof people like to playspider solitaire. Ido Spider Solitaire game development concept is the window 7 operating system of Spider Solitaire game based on. To achieve the mainfunction of Spider Solitaire game using java language: Solitaire mobile,placement, recovery, repeat. The card game user interface using the package class, interface method for each ponents to add monitor to achieve the mouse click event triggered, so that the user canclick ona menu item to achieve specific functions. Through the design of thegame program, let me have a deeper understanding and Practice on Java, this right after I find work to lay a solid foundation. Keywords: Java language ; game background ; function realizati 北京邮电大学毕业设计目录摘要....................................................................................................................................... i Abstract ................................................................................................................................. ii 1绪论..................................................................................................................................... 1 游戏开发的背景知识............................................................................................. 1 需要做的准备工作................................................................................................. 1 2开发工具介绍..................................................................................................................... 2 java 语言概述........