• 大小: 1.63MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-04-10
  • 语言: Java
  • 标签: Java开发  

资源简介

通过对飞机大战功能的改善,增加了数据库与设计模式的知识。

资源截图

代码片段和文件信息

package lx;

import java.awt.Graphics;
import java.awt.Image;

import javax.swing.ImageIcon;

public class Bullet {
private int xyrspeed;
private Image img;
public int getX() {
return x;
}
public void setX(int x) {
this.x = x;
}
public int getY() {
return y;
}
public void setY(int y) {
this.y = y;
}
public int getR() {
return r;
}
public void setR(int r) {
this.r = r;
}
public int getSpeed() {
return speed;
}
public void setSpeed(int speed) {
this.speed = speed;
}
public Bullet(int x int y int r) {
this.x = x;
this.y = y;
this.r = r;
img=new ImageIcon(“img/fire.png“).getImage();
}
public void draw(Graphics g){
g.drawImage(img x-r y-r null);
}



}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-01-01 14:59  飞机大战+数据库\
     文件         232  2018-02-23 11:08  飞机大战+数据库\.classpath
     文件         389  2018-02-16 12:15  飞机大战+数据库\.project
     目录           0  2019-01-01 14:59  飞机大战+数据库\bin\
     文件         105  2018-02-16 18:06  飞机大战+数据库\bin\jdbc.Properties
     目录           0  2019-01-01 14:59  飞机大战+数据库\bin\lx\
     文件        1480  2018-09-17 20:23  飞机大战+数据库\bin\lx\Bullet.class
     文件         952  2018-09-17 20:23  飞机大战+数据库\bin\lx\Createaker.class
     文件        5397  2018-09-17 20:23  飞机大战+数据库\bin\lx\DB_Operater.class
     文件        2302  2018-09-17 20:23  飞机大战+数据库\bin\lx\ElePlane.class
     文件        3806  2018-09-17 20:23  飞机大战+数据库\bin\lx\Hero.class
     文件        1006  2018-09-17 20:23  飞机大战+数据库\bin\lx\Hero1stState.class
     文件         992  2018-09-17 20:23  飞机大战+数据库\bin\lx\Hero2edState.class
     文件        1023  2018-09-17 20:23  飞机大战+数据库\bin\lx\Hero3rdState.class
     文件        1056  2018-09-17 20:23  飞机大战+数据库\bin\lx\Hero4stState.class
     文件         301  2018-09-17 20:23  飞机大战+数据库\bin\lx\HeroState.class
     文件        1480  2018-09-17 20:23  飞机大战+数据库\bin\lx\JDBCTools.class
     文件        3635  2018-09-17 20:23  飞机大战+数据库\bin\lx\Jm_start.class
     文件         639  2018-09-17 20:23  飞机大战+数据库\bin\lx\Memento.class
     文件         862  2018-09-17 20:23  飞机大战+数据库\bin\lx\MyJPanel$MyMonitor.class
     文件        1219  2018-09-17 20:23  飞机大战+数据库\bin\lx\MyJPanel$MyMonitor2.class
     文件        6307  2018-09-17 20:23  飞机大战+数据库\bin\lx\MyJPanel.class
     文件        3335  2018-09-17 20:23  飞机大战+数据库\bin\lx\Start.class
     文件         924  2018-09-17 20:23  飞机大战+数据库\bin\lx\Start1.class
     文件        1519  2018-09-17 20:23  飞机大战+数据库\bin\lx\Started.class
     目录           0  2019-01-01 14:59  飞机大战+数据库\img\
     文件       90591  2018-01-21 13:45  飞机大战+数据库\img\GameOver.jpg
     文件      397093  2018-01-21 13:45  飞机大战+数据库\img\bg1.jpg
     文件      194354  2018-01-21 13:45  飞机大战+数据库\img\bg2.jpg
     文件      366517  2018-01-21 13:45  飞机大战+数据库\img\bg3.jpg
     文件       56406  2018-01-21 13:45  飞机大战+数据库\img\bg4.jpg
............此处省略54个文件信息

评论

共有 条评论