資源簡介
純屬自己寫的代碼,不是網(wǎng)上找的,全網(wǎng)僅此一份,推薦給java的新手

代碼片段和文件信息
package?com.newer.plan;
import?javax.swing.ImageIcon;
/**
?*?子彈的實體類
?*?@author?BrightYuan
?*?2018年7月7日10:09:30
?*/
public?class?Bullet?{
//創(chuàng)建屬性,用于存儲子彈X軸位置
int?x;
//創(chuàng)建屬性,用于存儲子彈Y軸位置
int?y;
//創(chuàng)建屬性,用于存儲子彈圖片
ImageIcon?imageIcon=new?ImageIcon(“imgs\\shoot\\bullet1.png“);
//創(chuàng)建屬性,用于存儲子彈飛行速度
int?speed=8;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-07?09:58??Game\
?????文件?????????301??2018-07-06?15:40??Game\.classpath
?????文件?????????380??2018-07-06?15:40??Game\.project
?????目錄???????????0??2018-07-06?15:40??Game\.settings\
?????文件?????????635??2018-07-06?15:40??Game\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2018-07-12?08:51??Game\bin\
?????目錄???????????0??2018-07-12?08:51??Game\bin\com\
?????目錄???????????0??2018-07-12?08:51??Game\bin\com\newer\
?????目錄???????????0??2018-07-12?08:51??Game\bin\com\newer\plan\
?????文件?????????503??2018-07-12?08:51??Game\bin\com\newer\plan\Bullet.class
?????文件?????????459??2018-07-12?08:51??Game\bin\com\newer\plan\Plan.class
?????文件????????2931??2018-07-12?08:51??Game\bin\com\newer\plan\PlanePanel.class
?????文件?????????707??2018-07-12?08:51??Game\bin\com\newer\plan\ReThread.class
?????文件????????1109??2018-07-12?08:51??Game\bin\com\newer\plan\StartGame.class
?????目錄???????????0??2018-07-07?09:59??Game\imgs\
?????文件???????38123??2018-07-07?09:59??Game\imgs\background.png
?????目錄???????????0??2018-07-07?09:59??Game\imgs\shoot\
?????文件???????11081??2018-07-07?09:59??Game\imgs\shoot\192.168.16.34_u=17285227063513396648&fm=27&gp=0.jpg
?????文件???????25636??2018-07-07?09:59??Game\imgs\shoot\Boos.jpg
?????文件????????8480??2018-07-07?09:59??Game\imgs\shoot\bomb.png
?????文件????????3004??2018-07-07?09:59??Game\imgs\shoot\bullet1.png
?????文件????????2990??2018-07-07?09:59??Game\imgs\shoot\bullet2.png
?????文件???????92075??2018-07-07?09:59??Game\imgs\shoot\bullets3.png
?????文件????????5499??2018-07-07?09:59??Game\imgs\shoot\enemy1.png
?????文件????????5797??2018-07-07?09:59??Game\imgs\shoot\enemy1_down1.png
?????文件????????6181??2018-07-07?09:59??Game\imgs\shoot\enemy1_down2.png
?????文件????????7361??2018-07-07?09:59??Game\imgs\shoot\enemy1_down3.png
?????文件????????4199??2018-07-07?09:59??Game\imgs\shoot\enemy1_down4.png
?????文件???????15360??2018-07-07?09:59??Game\imgs\shoot\enemy2.jpg
?????文件???????10918??2018-07-07?09:59??Game\imgs\shoot\enemy2.png
?????文件???????12527??2018-07-07?09:59??Game\imgs\shoot\enemy2_down1.png
............此處省略48個文件信息
評論
共有 條評論