首页>代码>Java Swing开发捕鱼达人小游戏>/FishPro/src/com/zte/BulletThread.java
package com.zte;

public class BulletThread extends Thread{
	public Bullet  bullet;
	public BulletThread(Bullet bullet){
		this.bullet = bullet;
	}
	public void run(){
		while(bullet.isLive){
			try {
				bullet.move();
			} catch (InterruptedException e1) {
				// TODO Auto-generated catch block
				e1.printStackTrace();
			}
			try {
				Thread.sleep(50);
			} catch (InterruptedException e) {
				e.printStackTrace();
			}
		}
	}

}
最近下载更多
puppyoo  LV1 7月2日
alpaca007  LV1 6月6日
你说捕鱼王子请上车  LV1 2023年11月17日
lyws1986  LV17 2023年11月14日
wangjialiang1  LV17 2023年8月24日
yerwiu  LV10 2023年8月13日
周华贵  LV3 2023年8月2日
yaojingjedaren  LV1 2023年4月18日
最代码-宋家辉  LV61 2023年2月28日
hkxyyz  LV6 2023年2月28日
最近浏览更多
linyintan 11月13日
暂无贡献等级
rs2222 11月12日
暂无贡献等级
1661950467  LV2 10月12日
暂无贡献等级
puppyoo  LV1 7月1日
alpaca007  LV1 6月5日
xyz78476 6月4日
暂无贡献等级
取名字好麻烦  LV5 5月28日
RicardoLou 5月7日
暂无贡献等级
wjk0712 2023年12月22日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友