資源簡介
Java 設計關于進銷存管理系統的界面(基礎篇-實例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(“關于進銷存管理系統“);
getContentPane().setLayout(null);
setBounds(100?100?354?206);
setDefaultCloseOperation(Jframe
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????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
- 上一篇:Java 設計計算器程序界面
- 下一篇:Java 文件批量重命名
評論
共有 條評論