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

  • 大小: 226KB
    文件類(lèi)型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-06-18
  • 語(yǔ)言: Java
  • 標(biāo)簽: java??

資源簡(jiǎn)介

語(yǔ)言:java 開(kāi)發(fā)工具:Eclipse 項(xiàng)目概要 拼圖游戲是一款風(fēng)靡一時(shí)的游戲。玩家需要點(diǎn)擊拼圖來(lái)切換某個(gè)圖塊的位置,最后達(dá)到讓所有圖塊組合成一張拼圖的目標(biāo),玩家可以選擇拼圖的圖片、拼圖的難度等級(jí),還可以在拼圖的過(guò)程中,查看拼圖模板,以減少拼圖難度。

資源截圖

代碼片段和文件信息

package?com;

import?javax.swing.JButton;

public?class?Button?extends?JButton?{
int?row;
int?col;

public?int?getRow()?{
return?row;
}

public?void?setRow(int?row)?{
this.row?=?row;
}

public?int?getCol()?{
return?col;
}

public?void?setCol(int?col)?{
this.col?=?col;
}

}

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\
?????文件?????????340??2018-09-10?15:07??拼圖游戲\.classpath
?????文件?????????388??2018-09-11?22:20??拼圖游戲\.project
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\.settings\
?????文件?????????598??2018-09-10?13:37??拼圖游戲\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\bin\
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\bin\com\
?????文件?????????629??2018-09-11?22:20??拼圖游戲\bin\com\Button.class
?????文件????????1814??2018-09-11?22:21??拼圖游戲\bin\com\ImageUtil.class
?????文件?????????847??2018-09-11?22:20??拼圖游戲\bin\com\MainPanel$1.class
?????文件????????3761??2018-09-11?22:20??拼圖游戲\bin\com\MainPanel.class
?????文件?????????624??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle$1.class
?????文件?????????644??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle$2.class
?????文件????????1366??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle$3.class
?????文件????????4846??2018-09-11?22:20??拼圖游戲\bin\com\Puzzle.class
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\type1\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type1\3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type1\4\
?????目錄???????????0??2018-09-10?15:13??拼圖游戲\img\type1\5\
?????文件???????73256??2018-09-11?12:49??拼圖游戲\img\type1\index.jpg
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\type2\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type2\3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type2\4\
?????目錄???????????0??2018-09-10?15:13??拼圖游戲\img\type2\5\
?????文件???????27644??2018-09-11?12:49??拼圖游戲\img\type2\index.jpg
?????目錄???????????0??2018-09-11?22:24??拼圖游戲\img\type3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type3\3\
?????目錄???????????0??2018-09-11?22:22??拼圖游戲\img\type3\4\
?????目錄???????????0??2018-09-10?15:13??拼圖游戲\img\type3\5\
?????文件???????39414??2018-09-11?12:49??拼圖游戲\img\type3\index.jpg
............此處省略13個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源