資源簡介
可以運行的哦,本程序適用于課程設計使用,僅供參考,不要照搬原文哦!有版權的
代碼片段和文件信息
import?javax.swing.Jframe;
import?javax.swing.JLabel;
public?class?About?extends?Jframe?{
/**
?*?Create?the?frame
?*/
public?About()?{
super();
getContentPane().setLayout(null);
setBounds(100?100?375?187);
setDefaultCloseOperation(Jframe.DISPOSE_ON_CLOSE);
final?JLabel?jl提示1?=?new?JLabel();
jl提示1.setText(“版權所有?????????????????翻版必究“);
jl提示1.setBounds(88?26?174?32);
getContentPane().add(jl提示1);
final?JLabel?jl作者?=?new?JLabel();
jl作者.setText(“Afool?@?上海應用技術學院“);
jl作者.setBounds(197?74?152?24);
getContentPane().add(jl作者);
final?JLabel?jl日期?=?new?JLabel();
jl日期.setText(“2012-07-04“);
jl日期.setBounds(230?110?73?18);
getContentPane().add(jl日期);
//
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-21?08:36??超市管理系統(tǒng)\
?????目錄???????????0??2012-11-30?18:26??超市管理系統(tǒng)\java源文件\
?????文件?????????830??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\About.class
?????文件?????????780??2012-07-04?21:16??超市管理系統(tǒng)\java源文件\About.java
?????文件???????17801??2010-12-08?21:44??超市管理系統(tǒng)\java源文件\about.jpg
?????文件?????????565??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\AddGoods$1.class
?????文件?????????559??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\AddGoods$2.class
?????文件?????????999??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\AddGoods$3.class
?????文件?????????458??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\AddGoods$4.class
?????文件?????????978??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\AddGoods$5.class
?????文件????????7308??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\AddGoods.class
?????文件???????12814??2012-07-04?21:20??超市管理系統(tǒng)\java源文件\AddGoods.java
?????文件????????2801??2012-07-04?21:21??超市管理系統(tǒng)\java源文件\AddSupplier.java
?????目錄???????????0??2012-11-30?18:26??超市管理系統(tǒng)\java源文件\bean_DB\
?????文件????????1084??2010-12-09?00:05??超市管理系統(tǒng)\java源文件\bean_DB\Options.class
?????文件????????2066??2010-12-09?00:05??超市管理系統(tǒng)\java源文件\bean_DB\Register.class
?????目錄???????????0??2012-11-30?18:26??超市管理系統(tǒng)\java源文件\bean_userlogin\
?????文件????????1147??2012-07-04?22:07??超市管理系統(tǒng)\java源文件\bean_userlogin\User.class
?????目錄???????????0??2012-11-30?18:26??超市管理系統(tǒng)\java源文件\client\
?????文件???????15252??2010-12-09?00:05??超市管理系統(tǒng)\java源文件\client\UserClient.class
?????文件??????352256??2012-07-05?07:43??超市管理系統(tǒng)\java源文件\Databa
?????文件???????74798??2010-12-08?21:16??超市管理系統(tǒng)\java源文件\delete.jpg
?????文件?????????471??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\DeleteGood$1.class
?????文件?????????468??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\DeleteGood$2.class
?????文件????????2973??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\DeleteGood.class
?????文件????????3862??2012-07-04?21:22??超市管理系統(tǒng)\java源文件\DeleteGood.java
?????文件?????????597??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\Goods_Supplier_Info$1.class
?????文件?????????579??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\Goods_Supplier_Info$2.class
?????文件????????4255??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\Goods_Supplier_Info.class
?????文件????????6665??2012-07-04?21:23??超市管理系統(tǒng)\java源文件\Goods_Supplier_Info.java
?????文件?????????728??2012-07-05?06:46??超市管理系統(tǒng)\java源文件\Help.class
............此處省略730個文件信息
評論
共有 條評論