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

  • 大小: 29KB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-06-17
  • 語言: Java
  • 標(biāo)簽:

資源簡介

圍棋代碼java java圍棋代碼 java圍棋代碼

資源截圖

代碼片段和文件信息

package?sample;

import?java.awt.*;
import?java.awt.event.*;
import?java.applet.*;

import?javax.swing.Jframe;

//import?sunw.util.EventListener;

public?class?Chess?extends?Jframe?{
Chessboard?qipan?=?new?Chessboard();;

// ?初始化外觀
public?Chess()?{

this.settitle(“圍棋程序“);
this.setLayout(new?BorderLayout());
this.setSize(qipan.getSize());
this.add(qipan?“Center“);
this.setResizable(false);
this.setLayout(new?BorderLayout());
this.setSize(550?490);
this.setVisible(true);
}

// ?得到寬數(shù)值
public?int?getWidth()?{
return?qipan.getWidth();
}

public?int?getHeight()?{
return?qipan.getHeight();
}

public?static?void?main(String[]?args)?{
//開始下棋程序
Chess?Igo?=?new?Chess();

}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????383??2011-05-24?21:59??chapter\.project

?????文件??????11818??2011-05-24?22:00??chapter\src\sample\Chessboard.java

?????文件????????344??2011-05-24?22:00??chapter\src\sample\Chesspoint.java

?????文件??????12553??2011-05-24?22:00??chapter\src\sample\Qipan.java

?????文件????????771??2011-05-24?22:02??chapter\src\sample\Chess.java

?????文件???????1163??2011-05-24?22:02??chapter\bin\sample\Chess.class

?????文件???????1614??2011-05-24?22:00??chapter\bin\sample\Chessboard$ControlPanel$ChessAction.class

?????文件???????3381??2011-05-24?22:00??chapter\bin\sample\Chessboard$ControlPanel.class

?????文件???????1214??2011-05-24?22:00??chapter\bin\sample\Chessboard$ControlPanel$BackChess.class

?????文件???????2487??2011-05-24?22:00??chapter\bin\sample\Chessboard$PutChess.class

?????文件???????8132??2011-05-24?22:00??chapter\bin\sample\Chessboard.class

?????文件???????1337??2011-05-24?22:00??chapter\bin\sample\Chessboard$MML.class

?????文件????????991??2011-05-24?22:00??chapter\bin\sample\Chesspoint.class

?????文件???????2232??2011-05-24?22:00??chapter\bin\sample\Qipan$ML.class

?????文件???????1410??2011-05-24?22:00??chapter\bin\sample\Qipan$ControlPanel$IL.class

?????文件???????1119??2011-05-24?22:00??chapter\bin\sample\Qipan$ControlPanel$AL.class

?????文件???????1212??2011-05-24?22:00??chapter\bin\sample\Qipan$MML.class

?????文件???????6802??2011-05-24?22:00??chapter\bin\sample\Qipan.class

?????文件???????3225??2011-05-24?22:00??chapter\bin\sample\Qipan$ControlPanel.class

?????文件????????629??2011-05-24?21:59??chapter\.settings\org.eclipse.jdt.core.prefs

?????文件????????301??2011-05-24?21:59??chapter\.classpath

?????目錄??????????0??2011-05-24?21:59??chapter\src\sample

?????目錄??????????0??2011-05-24?21:59??chapter\bin\sample

?????目錄??????????0??2011-05-24?21:59??chapter\src

?????目錄??????????0??2011-05-24?21:59??chapter\bin

?????目錄??????????0??2011-05-24?21:59??chapter\.settings

?????目錄??????????0??2011-05-24?21:59??chapter

-----------?---------??----------?-----??----

????????????????63118????????????????????27



............此處省略0個文件信息

評論

共有 條評論

相關(guān)資源