-
大小: 0.01M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-01
- 語言: Java
- 標(biāo)簽:
資源簡(jiǎn)介
Java 設(shè)計(jì)關(guān)于進(jìn)銷存管理系統(tǒng)的界面(基礎(chǔ)篇-實(shí)例018).zip
代碼片段和文件信息
import?java.awt.EventQueue;
import?javax.swing.ImageIcon;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JTextArea;
public?class?SystemPropertiesDemo?extends?Jframe?{
private?JTextArea?textArea;
/**
?*?Launch?the?application
?*?@param?args
?*/
public?static?void?main(String?args[])?{
EventQueue.invokeLater(new?Runnable()?{
public?void?run()?{
try?{
SystemPropertiesDemo?frame?=?new?SystemPropertiesDemo();
frame.setVisible(true);
}?catch?(Exception?e)?{
e.printStackTrace();
}
}
});
}
/**
?*?Create?the?frame
?*/
public?SystemPropertiesDemo()?{
super();
settitle(“關(guān)于進(jìn)銷存管理系統(tǒng)“);
getContentPane().setLayout(null);
setBounds(100?100?354?206);
setDefaultCloseOperation(Jframe
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????232??2010-07-02?09:36??.classpath
?????文件?????????379??2010-09-07?11:19??.project
?????文件????????1565??2010-07-02?09:36??bin\logo.png
?????文件?????????747??2013-11-21?08:40??bin\SystemPropertiesDemo$1.class
?????文件????????1743??2013-11-21?08:40??bin\SystemPropertiesDemo.class
?????文件????????4570??2013-11-21?08:40??bin\com\swtdesigner\SwingResourceManager.class
?????文件????????1565??2010-07-02?09:36??src\logo.png
?????文件????????1349??2010-07-02?09:46??src\SystemPropertiesDemo.java
?????文件????????4973??2010-07-02?09:36??src\com\swtdesigner\SwingResourceManager.java
評(píng)論
共有 條評(píng)論