91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.06M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-01
  • 標(biāo)簽: swing??java??飛機??

資源簡介


資源截圖

代碼片段和文件信息

package?com.plane.game;



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


/*
?**“關(guān)于”窗口
?*/
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(“游戲玩法:通過鍵盤上的?/上/下/左/右/?控制飛機躲避飛行的子彈,計算時間。可以通過菜單/設(shè)置進行游戲速度的調(diào)節(jié)“);?
private?JTextArea?jt2?=?new?JTextArea(“作者:哈工大威海校區(qū)?_??高一桐,由于剛學(xué)Java?有很多不足之處?多多指教@_@“);?

/*
?**構(gòu)造函數(shù)
?*/
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個文件信息

評論

共有 條評論