資源簡介
代碼片段和文件信息
import?java.awt.event.*;
import?java.awt.*;
import?javax.swing.*;
class?Aboutframe?extends?Jframe?implements?MouseListener{
private?JPanel?aboutPane;
private?JLabel?msg;
private?JLabel?msg1;
private?JLabel?msg2;
private?JButton?exit;
public?Aboutframe(String?strName)?{
super(strName);
setSize(180?170);
setDefaultCloseOperation(Jframe.EXIT_ON_CLOSE);
aboutPane?=?new?JPanel();
msg?=?new?JLabel(“JMine?written?by?Jerry?Shen.“);
msg1?=?new?JLabel(“?????????Enjoy!???????????“);
msg2?=?new?JLabel(“Vision?1.0????????????????“);
exit?=?new?JButton(“Exit“);
exit.addMouseListener(this);
aboutPane.add(msg);
aboutPane.add(msg1);
aboutPane.add(msg2);
aboutPane.add(exit);
setContentPane(aboutPane);
setLocation(250220);
}
//?t
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????825??2002-11-15?20:45??JMine\0.gif
?????文件????????845??2002-11-15?20:54??JMine\1.gif
?????文件????????848??2002-11-15?20:54??JMine\2.gif
?????文件????????847??2002-11-15?20:54??JMine\3.gif
?????文件????????852??2002-11-15?20:54??JMine\4.gif
?????文件????????848??2002-11-15?20:54??JMine\5.gif
?????文件????????853??2002-11-15?20:53??JMine\6.gif
?????文件????????848??2002-11-15?20:53??JMine\7.gif
?????文件????????853??2002-11-15?20:53??JMine\8.gif
?????文件???????1610??2007-07-18?09:31??JMine\Aboutfr
?????文件???????1396??2002-11-15?20:31??JMine\Aboutfr
?????文件????????825??2002-11-15?20:52??JMine\blank.gif
?????文件????????113??2002-11-15?20:51??JMine\blank1.gif
?????文件????????860??2002-11-15?20:51??JMine\bomb.gif
?????文件????????883??2002-11-01?22:17??JMine\bomd.gif
?????文件????????885??2002-11-01?22:16??JMine\c0.gif
?????文件????????884??2002-11-01?22:15??JMine\c1.gif
?????文件????????889??2002-11-01?22:17??JMine\c2.gif
?????文件????????885??2002-11-15?21:13??JMine\c3.gif
?????文件????????889??2002-11-01?22:17??JMine\c4.gif
?????文件????????885??2002-11-01?22:17??JMine\c5.gif
?????文件????????885??2002-11-01?22:17??JMine\c6.gif
?????文件????????885??2002-11-01?22:17??JMine\c7.gif
?????文件????????879??2002-11-01?22:17??JMine\c8.gif
?????文件????????887??2002-11-01?22:14??JMine\c9.gif
?????文件????????894??2002-11-15?20:49??JMine\flag.gif
?????文件???????1909??2007-07-18?09:31??JMine\JCounter.class
?????文件???????1932??2007-07-18?09:22??JMine\JCounter.java
?????文件???????8223??2007-07-18?09:31??JMine\JMine.class
?????文件??????11750??2007-07-18?09:24??JMine\JMine.java
............此處省略25個文件信息
- 上一篇:java坦克大戰游戲源碼
- 下一篇:Java飛機大戰(射擊類小游戲源碼帶聲音效果)
評論
共有 條評論