• 大小: 5.42MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-01-30
  • 语言: Java
  • 标签: Java  进销存  

资源简介

自己在学校做的进销存管理系统,欢迎大家来下载,能参考下

资源截图

代码片段和文件信息

package 主界面;

import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ComponentAdapter;
import java.awt.event.ComponentEvent;
import java.beans.PropertyVetoException;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.Map;

import javax.swing.AbstractAction;
import javax.swing.Action;
import javax.swing.BoxLayout;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JDesktopPane;
import javax.swing.Jframe;
import javax.swing.JInternalframe;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTabbedPane;
import javax.swing.SwingConstants;
import javax.swing.SwingUtilities;
import javax.swing.UIManager;
import javax.swing.border.BevelBorder;
import javax.swing.event.InternalframeAdapter;
import javax.swing.event.InternalframeEvent;

import 数据库模型.TbUserlist;
import 登录界面.Denglu;
import 系统显示.管理.WindowUtil;
import 系统显示.系统管理.ExitSystem;

public class JieM {
private JDesktopPane desktopPane;
private JLabel backLabel; // 背景标签
private Jframe frame;
private TbUserlist user = Denglu.getUser();
// 添加容器

// 声明按钮
private JButton khG;
private JButton spG;
private JButton gyG;
private JButton jt;
private JButton jhD;
private JButton xsT;
private JButton xsD;
private JButton kcP;
private JButton kcjP;
private JButton czG;
private JButton qxG;
private JButton ggM;
private JButton tcX;
private JButton khC;
private JButton spC;
private JButton gyC;
private JButton xsC;
private JButton xsTC;
private JButton rkC;
private JButton rktC;
private JButton xsP;
private JButton zdC;
private JButton zdG;
private Mapame> ifs = new HashMapame>();

public JieM() {
frame = new Jframe(“进销存管理系统“);
WindowUtil windowsuUtil = new WindowUtil();
int x = windowsuUtil.getLocation().x;
int y = windowsuUtil.getLocation().y;
frame.getContentPane().setBackground(new Color(170 188 120)); // 设置背景色
frame.addComponentListener(new frameListener()); // 添加窗体事件监听器
frame.getContentPane().setLayout(new BorderLayout()); // 设置布局管理器
frame.setBounds(x y 1150 700); // 设置窗体位置
frame.setDefaultCloseOperation(Jframe.EXIT_ON_CLOSE);

backLabel = new JLabel(); // 背景标签
backLabel.setVerticalAlignment(SwingConstants.TOP); // 设置背景标签垂直对齐方式
backLabel.setHorizontalAlignment(SwingConstants.CENTER);// 设置背景标签水平对齐方式,居中
updateBackImage(); // 更新或初始化背景图片
desktopPane = new JDesktopPane(); // 创建桌面面板
desktopPane.add(backLabel new Integer(Integer.MIN_VALUE)); // 将背景标签添加到桌面面板中
frame.getContentPane().add(desktopPane); // 添加桌面面板到窗体中
JTabbedPane navigationPanel = createNavigationPanel(); // 创建导航标签面板
frame.getContentPane().add(navigationPanel BorderLayout.NORTH);// 添加导航面板到窗体中
frame.setVis

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        378  2013-06-05 08:55  进销存管理系统1\.classpath

     文件        450  2013-07-02 10:32  进销存管理系统1\.fatjar

     文件        398  2013-05-24 00:20  进销存管理系统1\.project

     文件        598  2013-05-24 00:20  进销存管理系统1\.settings\org.eclipse.jdt.core.prefs

     文件        106  2013-06-05 08:55  进销存管理系统1\.settings\org.eclipse.ltk.core.refactoring.prefs

     文件        510  2013-12-10 09:21  进销存管理系统1\bin\主界面\JieM$1.class

     文件        724  2013-12-10 09:21  进销存管理系统1\bin\主界面\JieM$2.class

     文件        747  2013-12-10 09:21  进销存管理系统1\bin\主界面\JieM$frameListener.class

     文件       1113  2013-12-10 09:21  进销存管理系统1\bin\主界面\JieM$openframeAction$1.class

     文件       2123  2013-12-10 09:21  进销存管理系统1\bin\主界面\JieM$openframeAction.class

     文件      11494  2013-12-10 09:21  进销存管理系统1\bin\主界面\JieM.class

     文件     591551  2013-05-23 13:05  进销存管理系统1\bin\主界面\JXCBJX.jpg

     文件        703  2013-12-10 09:21  进销存管理系统1\bin\关键字监听器\InputKeyListener.class

     文件       2114  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbDictionary.class

     文件       2947  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbGysinfo.class

     文件       5212  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbKhXinX.class

     文件       2696  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbKucun.class

     文件       1663  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbRkthDetail.class

     文件       2781  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbRkthMain.class

     文件       1685  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbRukuDetail.class

     文件       3017  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbRukuMain.class

     文件       1663  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbSellDetail.class

     文件       2790  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbSellMain.class

     文件       2522  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbSpinfo.class

     文件       1095  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbUserlist.class

     文件       1663  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbXsthDetail.class

     文件       2778  2013-12-10 09:21  进销存管理系统1\bin\数据库模型\TbXsthMain.class

     文件       1579  2013-12-10 09:21  进销存管理系统1\bin\登录界面\Denglu$1.class

     文件        689  2013-12-10 09:21  进销存管理系统1\bin\登录界面\Denglu$2.class

     文件       2979  2013-12-10 09:21  进销存管理系统1\bin\登录界面\Denglu.class

............此处省略323个文件信息

评论

共有 条评论