資源簡介
很不錯的連連看源代碼,各種功能都有。Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看Java 連連看

代碼片段和文件信息
package?LlkGame;
import?java.awt.Image;
import?java.io.File;
import?java.io.IOException;
import?javax.imageio.ImageIO;
import?LlkGame.GobalPublic.PublicVar;
public?class?Box?{
public?Box(int?typeID)?{
assert?typeID?<=?PublicVar.MAX_TYPE_NUMBER?&&?typeID?>=?0?:?“typeID?<=?PublicVar.MAX_TYPE_NUMBER?&&?typeID?>=?0“;
if?(typeID?>?PublicVar.MAX_TYPE_NUMBER)?{
typeID?=?PublicVar.MAX_TYPE_NUMBER;
}
if?(typeID?0)?{
typeID?=?0;
}
this.typeID?=?typeID;
boxImage?=?GameController.signImages[typeID];
}
public?int?getTypeID()?{
return?typeID;
}
public?Image?getImage()?{
return?boxImage;
}
int?typeID;
Image?boxImage;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????301??2010-07-31?11:09??LLK\.classpath
?????文件????????383??2010-07-31?11:09??LLK\.project
?????文件????????629??2010-07-31?11:10??LLK\.settings\org.eclipse.jdt.core.prefs
?????文件???????1091??2011-09-06?12:25??LLK\bin\LlkGame\Box.class
?????文件???????1037??2011-09-06?12:25??LLK\bin\LlkGame\Direction.class
?????文件???????1846??2011-09-06?12:25??LLK\bin\LlkGame\DynamicImageButton$1.class
?????文件???????2589??2011-09-06?12:25??LLK\bin\LlkGame\DynamicImageButton.class
?????文件???????3314??2011-09-06?12:25??LLK\bin\LlkGame\GameController.class
?????文件???????1357??2011-09-06?12:25??LLK\bin\LlkGame\GameModel$BombProp.class
?????文件???????1055??2011-09-06?12:25??LLK\bin\LlkGame\GameModel$GameTimer.class
?????文件???????1222??2011-09-06?12:25??LLK\bin\LlkGame\GameModel$HintProp.class
?????文件???????1659??2011-09-06?12:25??LLK\bin\LlkGame\GameModel$ReArrangementProp.class
?????文件???????7240??2011-09-06?12:25??LLK\bin\LlkGame\GameModel.class
?????文件????????999??2011-09-06?12:25??LLK\bin\LlkGame\GameState.class
?????文件????????580??2011-09-06?12:25??LLK\bin\LlkGame\GameStateMessage.class
?????文件???????1244??2011-09-06?12:25??LLK\bin\LlkGame\GameView$1.class
?????文件???????2321??2011-09-06?12:25??LLK\bin\LlkGame\GameView$2.class
?????文件????????807??2011-09-06?12:25??LLK\bin\LlkGame\GameView$3.class
?????文件????????795??2011-09-06?12:25??LLK\bin\LlkGame\GameView$4.class
?????文件????????795??2011-09-06?12:25??LLK\bin\LlkGame\GameView$5.class
?????文件????????885??2011-09-06?12:25??LLK\bin\LlkGame\GameView$AboutActionListener.class
?????文件????????711??2011-09-06?12:25??LLK\bin\LlkGame\GameView$ExitGameActionListener.class
?????文件????????825??2011-09-06?12:25??LLK\bin\LlkGame\GameView$GameMouseListener.class
?????文件???????1061??2011-09-06?12:25??LLK\bin\LlkGame\GameView$HelpActionListener.class
?????文件????????774??2011-09-06?12:25??LLK\bin\LlkGame\GameView$NewGameActionListener.class
?????文件??????11948??2011-09-06?12:25??LLK\bin\LlkGame\GameView.class
?????文件????????572??2011-09-06?12:25??LLK\bin\LlkGame\GobalPublic\PublicVar.class
?????文件????????741??2011-09-06?12:25??LLK\bin\LlkGame\ImageIconGetter.class
?????文件????????122??2011-09-06?12:25??LLK\bin\LlkGame\IProp.class
?????文件????????550??2011-09-06?12:25??LLK\bin\LlkGame\Main$1.class
............此處省略201個文件信息
評論
共有 條評論