资源简介
自己在学校做的进销存管理系统,欢迎大家来下载,能参考下
代码片段和文件信息
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$fr
文件 1113 2013-12-10 09:21 进销存管理系统1\bin\主界面\JieM$openfr
文件 2123 2013-12-10 09:21 进销存管理系统1\bin\主界面\JieM$openfr
文件 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个文件信息
相关资源
- 基于及J2EE的B2C电子商务系统开发论文
- Ajax分页-增删改查-Oracle数据库-默认
- java图书管理系统含数据库,实验报告
- JAVA程序设计_具有发牌洗牌功能的纸牌
- java开发工程师述职报告
- JAVA基于J2ME的手机游戏开发(论文+源
- javafx版高校人员管理系统
- 基于JAVA的医院挂号服务系统
- JAVA本地监听与远程端口扫描源码+论文
- 创建一个PEOPLE类
- Java设计模式刘伟书本中模拟考试答案
- Java设计模式刘伟课后习题答案
- java电影购票系统
- JAVA 连连看游戏
- java大作业,科学计算器
- JAVA实现简单的机票管理系统
- JSP项目技术源代码(15个项目)
- Java Web程序设计教程-源代码
- java源码包4
- 捕鱼达人java版源码
- 设计模式JAVA版(高清修正版)_刘伟
- RSA数字签名算法的具体实现
- 数十个手机JAVA 320X480触摸大屏游戏
- JAVA JSP车辆管理系统
- Java课程设计酒店管理系统+报告文档
- javaqq私聊+群聊+截图+文件传送等源码
- Java Web学校餐费管理系统
- Java的web在线考试系统设计(含源码
- JAVA JSP企业车辆管理系统 源代码 论文
- JAVA开发实战经典(名师讲坛)].李兴
评论
共有 条评论