• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: swing  java  飞机  

资源简介


资源截图

代码片段和文件信息

package com.plane.game;



import javax.swing.*;
import java.awt.*;


/*
 **“关于”窗口
 */
public class AboutDialog extends JDialog
{
JPanel jMainPane = new JPanel();

JTabbedPane jTabbedPane = new JTabbedPane();
private JPanel jPanel1 = new JPanel();
private JPanel jPanel2 = new JPanel();

private JTextArea jt1 = new JTextArea(“游戏玩法:通过键盘上的 /上/下/左/右/ 控制飞机躲避飞行的子弹,计算时间。可以通过菜单/设置进行游戏速度的调节“); 
private JTextArea jt2 = new JTextArea(“作者:哈工大威海校区 _  高一桐,由于刚学Java 有很多不足之处 多多指教@_@“); 

/*
 **构造函数
 */
public AboutDialog()
{
settitle(“游戏简介“);
setSize(300200);
setResizable(false);
setDefaultCloseOperation (WindowConstants.DISPOSE_ON_CLOSE); 

Container c = this.getContentPane();

jt1.setSize(260200);
jt2.setSize(260200);

jt1.setEditab

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-12-20 15:18  planeVSbullet\
     文件         301  2019-12-20 15:18  planeVSbullet\.classpath
     文件         389  2019-12-20 15:18  planeVSbullet\.project
     目录           0  2019-12-20 15:20  planeVSbullet\.settings\
     文件          57  2019-12-20 15:20  planeVSbullet\.settings\org.eclipse.core.resources.prefs
     文件         857  2019-12-20 15:20  planeVSbullet\.settings\org.eclipse.jdt.core.prefs
     目录           0  2019-12-20 23:32  planeVSbullet\bin\
     目录           0  2019-12-20 23:32  planeVSbullet\bin\com\
     目录           0  2019-12-20 23:32  planeVSbullet\bin\com\plane\
     目录           0  2019-12-20 23:35  planeVSbullet\bin\com\plane\game\
     文件        2149  2019-12-20 23:32  planeVSbullet\bin\com\plane\game\AboutDialog.class
     文件        1121  2019-12-20 23:32  planeVSbullet\bin\com\plane\game\Bullet.class
     文件         961  2019-12-20 23:36  planeVSbullet\bin\com\plane\game\ButtonComBox$1.class
     文件        1188  2019-12-20 23:36  planeVSbullet\bin\com\plane\game\ButtonComBox.class
     文件         763  2019-12-20 23:42  planeVSbullet\bin\com\plane\game\GameMenuBar$1.class
     文件        1133  2019-12-20 23:42  planeVSbullet\bin\com\plane\game\GameMenuBar$2.class
     文件        1133  2019-12-20 23:42  planeVSbullet\bin\com\plane\game\GameMenuBar$3.class
     文件        1112  2019-12-20 23:42  planeVSbullet\bin\com\plane\game\GameMenuBar$4.class
     文件         754  2019-12-20 23:42  planeVSbullet\bin\com\plane\game\GameMenuBar$5.class
     文件         873  2019-12-20 23:42  planeVSbullet\bin\com\plane\game\GameMenuBar$6.class
     文件        2217  2019-12-20 23:42  planeVSbullet\bin\com\plane\game\GameMenuBar.class
     文件        1014  2019-12-20 23:32  planeVSbullet\bin\com\plane\game\GameUtil.class
     文件         696  2019-12-20 23:36  planeVSbullet\bin\com\plane\game\MainGame$1.class
     文件         875  2019-12-20 23:36  planeVSbullet\bin\com\plane\game\MainGame$KeyMoniter.class
     文件         796  2019-12-20 23:36  planeVSbullet\bin\com\plane\game\MainGame$PaintThread.class
     文件        5346  2019-12-20 23:36  planeVSbullet\bin\com\plane\game\MainGame.class
     文件        2064  2019-12-20 23:32  planeVSbullet\bin\com\plane\game\Plane.class
     目录           0  2019-12-20 23:32  planeVSbullet\bin\images\
     文件         680  2019-12-19 15:26  planeVSbullet\bin\images\bg.jpg
     文件        7243  2019-12-19 15:57  planeVSbullet\bin\images\plane.jpg
     文件        1389  2019-12-19 15:26  planeVSbullet\bin\images\plane.png
............此处省略19个文件信息

评论

共有 条评论