文件名称:sudoku_with_GUI
介绍说明--下载内容均来自于网络,请自行研究使用
编写一个带图形界面的数独游戏,提供如下功能:
1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难
度的数独游戏有很多个,每次只要生成一个题目就可以。
2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。
游戏中已知的数字不能编辑。
3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框来表示答案
是否正确。-Write a Sudoku game with graphical interface provides the following functions: 1) generate Sudoku: Sudoku can set the difficulty of the three known figures such as the difficulty of three said that each small 3 x 3 matrix difficulty of 4 four known figures in each small 3 x 3 matrix. As many a difficulty Sudoku, each can generate a topic. 2) in each cell can directly fill in the data, or a drop-down list lets the user select the number 1-9. Known figures in the game can not be edited. 3) After filling out the figures, provide a button to check the number of filled in correctly, pop-up dialog box to indicate whether an answer is correct.
1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难
度的数独游戏有很多个,每次只要生成一个题目就可以。
2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。
游戏中已知的数字不能编辑。
3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框来表示答案
是否正确。-Write a Sudoku game with graphical interface provides the following functions: 1) generate Sudoku: Sudoku can set the difficulty of the three known figures such as the difficulty of three said that each small 3 x 3 matrix difficulty of 4 four known figures in each small 3 x 3 matrix. As many a difficulty Sudoku, each can generate a topic. 2) in each cell can directly fill in the data, or a drop-down list lets the user select the number 1-9. Known figures in the game can not be edited. 3) After filling out the figures, provide a button to check the number of filled in correctly, pop-up dialog box to indicate whether an answer is correct.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sudoku_with_GUI\SudokuGui.java
sudoku_with_GUI
sudoku_with_GUI