91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

中國象棋 楚漢棋兵 聯(lián)網(wǎng)對戰(zhàn)、打譜、八皇后、迷宮求解、人機對弈

資源截圖

代碼片段和文件信息

/**
?*?項目名稱:?FansChineseChess
?*?版本號:2.0
?*?名字:雷文
?*?博客:?http://FansUnion.cn
?*?CSDN:http://blog.csdn.net/FansUnion
?*?郵箱:?leiwen@FansUnion.cn
?*?QQ:240-370-818
?*?版權(quán)所有:?2011-2013leiwen
?*/
package?cn.fansunion.chinesechess;

import?java.awt.Color;
import?java.awt.Cursor;
import?java.awt.Dimension;
import?java.awt.FlowLayout;
import?java.awt.Font;
import?java.awt.GridLayout;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.io.File;

import?javax.swing.JButton;
import?javax.swing.JFileChooser;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JOptionPane;
import?javax.swing.JPanel;
import?javax.swing.JTabbedPane;
import?javax.swing.JTextField;
import?javax.swing.UIManager;
import?javax.swing.border.titledBorder;
import?javax.swing.filechooser.FileNameExtensionFilter;

import?cn.fansunion.chinesechess.ai.ManMachineGUI;
import?cn.fansunion.chinesechess.config.NAME;
import?cn.fansunion.chinesechess.core.ManualUtil;
import?cn.fansunion.chinesechess.ext.empress.EmpressGUI;
import?cn.fansunion.chinesechess.ext.maze.HorseMazeGUI;
import?cn.fansunion.chinesechess.load.ChessDemoGUI;
import?cn.fansunion.chinesechess.load.ChessLoadingGUI;
import?cn.fansunion.chinesechess.net.client.RoomGUI;
import?cn.fansunion.chinesechess.print.all.PrintAllGUI;
import?cn.fansunion.chinesechess.print.part.PrintPartGUI;
import?cn.fansunion.chinesechess.save.GameRecord;


/**
?*?客戶端主界面,包含單機游戲和聯(lián)網(wǎng)對戰(zhàn)兩個選項卡
?*?
?*?單機游戲選項卡:?全局打譜,殘局打譜,裝載游戲,高級裝載,人機對弈,迷宮求解,八皇后?聯(lián)網(wǎng)對戰(zhàn)選項卡:?輸入用戶名、密碼和服務(wù)器地址登錄服務(wù)器
?*?
?*?@author?leiwen@fansunion.cnhttp://FansUnion.cn
?*?????????http://blog.csdn.net/FansUnion
?*?@since?2.0
?*/
public?class?ChessGUI?extends?Jframe?implements?ActionListener?NAME?{

private?static?final?long?serialVersionUID?=?-4285888351596327876L;

private?JTabbedPane?tabbedPane;

private?JPanel?networkPanel;

private?JPanel?localPanel;

private?JLabel?petName?=?new?JLabel(“用戶名:??“);

private?JLabel?password?=?new?JLabel(“密??碼:??“);

private?JTextField?petNameField?=?new?JTextField(20);

private?JTextField?passwordField?=?new?JTextField(20);

private?JLabel?serverIP?=?new?JLabel(“服務(wù)器IP:“);

private?JTextField?serverIPField?=?new?JTextField(20);

private?JButton?login?exit;

private?JButton?load?loadAs?partialManual?wholeManual?manMachine?fen
maze?eightEmpress;

public?ChessGUI()?{
initButtons();
initPanels();

serverIPField.setText(“l(fā)ocalhost“);
settitle(“楚漢棋兵--雷文-http://FansUnion.cn“);
setIconImage(ChessUtil.getAppIcon());
setSize(370?340);
setLocationRelativeTo(null);
setDefaultCloseOperation(Jframe.DISPOSE_ON_CLOSE);
setResizable(false);

//?serverIPField.setText(“l(fā)ocalhost“);
}

private?void?initButtons()?{
int?w?=?ChessUtil.getImageIcon(“l(fā)ogin.png“).getIconWidth()+10;
int?h?=?ChessUtil.getImageIcon(“l(fā)ogin.png“).getIconHeight();
login?=?new?JButton(“登錄“);
login.addActionListen

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-30?00:31??FansChineseChess2.0\
?????目錄???????????0??2013-03-30?00:10??FansChineseChess2.0\.metadata\
?????文件?????1026293??2012-08-28?15:15??FansChineseChess2.0\.metadata\.bak_0.log
?????文件?????1025644??2012-08-28?15:43??FansChineseChess2.0\.metadata\.bak_1.log
?????文件???????????0??2012-04-04?19:43??FansChineseChess2.0\.metadata\.lock
?????文件??????399875??2013-09-15?09:36??FansChineseChess2.0\.metadata\.log
?????目錄???????????0??2013-03-30?00:10??FansChineseChess2.0\.metadata\.mylyn\
?????目錄???????????0??2013-03-30?00:10??FansChineseChess2.0\.metadata\.mylyn\.taskListIndex\
?????文件??????????20??2012-11-03?16:51??FansChineseChess2.0\.metadata\.mylyn\.taskListIndex\segments.gen
?????文件??????????32??2012-11-03?16:51??FansChineseChess2.0\.metadata\.mylyn\.taskListIndex\segments_1
?????文件?????????250??2012-11-03?16:51??FansChineseChess2.0\.metadata\.mylyn\.tasks.xml.zip
?????目錄???????????0??2012-04-04?19:43??FansChineseChess2.0\.metadata\.mylyn\contexts\
?????文件?????????438??2012-04-04?19:45??FansChineseChess2.0\.metadata\.mylyn\repositories.xml.zip
?????文件?????????250??2012-11-03?17:11??FansChineseChess2.0\.metadata\.mylyn\tasks.xml.zip
?????目錄???????????0??2013-09-15?11:40??FansChineseChess2.0\.metadata\.plugins\
?????目錄???????????0??2013-03-30?00:10??FansChineseChess2.0\.metadata\.plugins\com.collabnet.subversion.merge\
?????目錄???????????0??2012-11-03?16:49??FansChineseChess2.0\.metadata\.plugins\com.collabnet.subversion.merge\MergeResults\
?????目錄???????????0??2013-09-15?12:10??FansChineseChess2.0\.metadata\.plugins\org.eclipse.compare\
?????文件?????????462??2013-09-15?12:10??FansChineseChess2.0\.metadata\.plugins\org.eclipse.compare\dialog_settings.xml
?????目錄???????????0??2013-09-15?12:10??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\
?????目錄???????????0??2013-09-15?11:08??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\
?????目錄???????????0??2013-09-15?09:27??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\1\
?????目錄???????????0??2013-09-15?09:53??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\13\
?????文件???????10827??2013-09-15?09:46??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\13\80890d8da91d00131d76c4f57b465bc8
?????目錄???????????0??2013-09-15?09:27??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\14\
?????目錄???????????0??2013-09-15?09:26??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\15\
?????目錄???????????0??2013-09-15?09:26??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\19\
?????目錄???????????0??2013-09-15?09:53??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\1b\
?????文件???????10847??2013-09-15?09:53??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\1b\80478f8ea91d00131d76c4f57b465bc8
?????目錄???????????0??2013-09-15?09:54??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\1e\
?????文件???????29721??2013-09-15?09:46??FansChineseChess2.0\.metadata\.plugins\org.eclipse.core.resources\.history\1e\30ff38cda91d00131d76c4f57b465bc8
............此處省略2405個文件信息

評論

共有 條評論