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

  • 大小: 0.01M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-01
  • 語言: Java
  • 標簽:

資源簡介

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

評論

共有 條評論