• 大小: 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

评论

共有 条评论