• 大小: 14KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: Java
  • 标签: 游戏  java  

资源简介

是有java编写的打飞机小游戏,100%可以运行

资源截图

代码片段和文件信息

package 游戏;

import javax.swing.JPanel;
import javax.swing.Jframe;
import javax.swing.JButton;

import java.awt.Point;
import java.awt.Rectangle;
import javax.swing.ImageIcon;
import java.awt.Color;
import javax.swing.JLabel;
import java.awt.Font;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.Date;

public class Game extends Jframe {
/**
 * This method initializes jButton1
 * 
 * @return javax.swing.JButton
 */
private JButton getJButton1() {
if (jButton1 == null) {
jButton1 = new JButton();
jButton1.setBounds(new Rectangle(478 361 164 51));
jButton1.setText(“重新开始“);
jButton1.setVisible(false);
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPer

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-12-05 13:54  游戏\
     文件         301  2014-11-12 15:58  游戏\.classpath
     文件         382  2014-11-12 15:58  游戏\.project
     目录           0  2014-12-05 13:54  游戏\.settings\
     文件         598  2014-11-12 15:58  游戏\.settings\org.eclipse.jdt.core.prefs
     目录           0  2014-12-05 13:54  游戏\bin\
     目录           0  2014-12-05 13:54  游戏\bin\游戏\
     文件        1134  2014-11-12 15:59  游戏\bin\游戏\Game$1.class
     文件         638  2014-11-12 15:59  游戏\bin\游戏\Game$2.class
     文件        1416  2014-11-12 15:59  游戏\bin\游戏\Game$3.class
     文件        2965  2014-11-12 15:59  游戏\bin\游戏\Game$Move.class
     文件        3650  2014-11-12 15:59  游戏\bin\游戏\Game$Threads.class
     文件        6894  2014-11-12 15:59  游戏\bin\游戏\Game.class
     目录           0  2014-12-05 13:54  游戏\src\
     目录           0  2014-12-05 13:54  游戏\src\游戏\
     文件       11072  2014-11-12 15:59  游戏\src\游戏\Game.java

评论

共有 条评论