• 大小: 7.83MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-10
  • 语言: Java
  • 标签: Java  GUI  管理系统  

资源简介

基于java实现的超市管理系统,采购货物,货物余量等等很多功能,曾经的课程设计

资源截图

代码片段和文件信息

package com.cn.control.jinhuoframe;

import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JDialog;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JSplitPane;
import javax.swing.JTabbedPane;
import javax.swing.JTable;
import javax.swing.JTextField;
import javax.swing.JTree;
import javax.swing.ScrollPaneConstants;
import javax.swing.border.LineBorder;
import javax.swing.border.titledBorder;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeCellEditor;
import javax.swing.tree.DefaultTreeModel;

import com.cn.model.jinhuo.AddSanPingCulomns;
import com.cn.model.kuchun.KuCunKunCBDCulomns;
import com.cn.model.kuchun.KunCunDefaultTreeCellRenderer;
import com.cn.model.system.HYSZTableCulomns;
import com.cn.model.system.SPTJTableCulomns;
import com.cn.view.systemJframe.ShangPingGuangLiframe;
/**
 * 加入商品对话框
 * @author finey
 *
 */
public class AddSanPingDialog extends JDialog {

//商品列表
private JTable splbtable;
//商品清单
private JTable spqdtable;
//所选商品
private JTable sxsptable;
//名称上编号
private JTextField spbhfield ;

//商品类别的树结构
private JTree tree;


public AddSanPingDialog(JDialog dialog String title){
super(dialogtitletrue);
init();
}


//------------------------------------------------
private void init(){
this.setSize(new Dimension(950600));
this.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
this.setLocation(300 200);
this.setLayout(new BorderLayout());
this.add(createPane());
//this.pack();
this.setResizable(false);
this.setVisible(true);
}
//------------------------------------------------
//单个面板
private JPanel createPane(){
JPanel mainPane = new JPanel();
mainPane.setLayout(new BorderLayout());
//分边面板
JSplitPane splitPane = new JSplitPane();

//左边树型面板
JPanel leftPane = new JPanel();
leftPane.setLayout(new BorderLayout(22));
leftPane.setBorder(new titledBorder(“询查商品列表“));
leftPane.add(initLeftPane());
splitPane.setLeftComponent(leftPane);

//右边面板的建立
JPanel rightPane = new JPanel();
rightPane.setLayout(new BorderLayout());
rightPane.setBorder(new titledBorder(“所选商品“));
rightPane.add(initRightPane());

splitPane.setRightComponent(rightPane);
//splitPane.setOneTouchExpandable(true);
splitPane.setDividerLocation(500);
splitPane.setDividerSize(0);
mainPane.add(splitPane);
return mainPane;
}
//------------------------------------------------
//初使化左边面板
private JPanel initLeftPane(){
JPanel leftPane = new JPanel();
leftPane.setLayout(new BorderLayout());
//------------------------------
JPanel northPan

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

     文件        517  2018-06-26 00:57  SuperSellMS\SuperSellMS\.classpath

     文件        387  2010-10-07 13:13  SuperSellMS\SuperSellMS\.project

     文件        629  2010-10-07 13:13  SuperSellMS\SuperSellMS\.settings\org.eclipse.jdt.core.prefs

     文件        876  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\AddSanPingDialog$1.class

     文件       6525  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\AddSanPingDialog.class

     文件        993  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\AddMouseAdapterRIGHT.class

     文件        995  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\AddShangPinMouseAdapt.class

     文件       3392  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\AddWindowListenerRIGHT.class

     文件        374  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\DanJunHaoActionListener.class

     文件       1813  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\LaoShangPinTianJiaListener.class

     文件       5291  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\main\OKBtnActionListener.class

     文件       3308  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\ShangPingXinXiBtnListener.class

     文件       2829  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\ShangPinXinXi2BtnListener.class

     文件       3060  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\ShangPinXinXiListener.class

     文件       1670  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoujinhuo\TreeMouseListener.class

     文件       1670  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoutuihuo\FuckTreeMouseListener.class

     文件       4945  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoutuihuo\TuiHuoMainOKBtnListener.class

     文件       3302  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoutuihuo\TuiHuoXinXiBtnListener.class

     文件       2832  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\caigoutuihuo\XiuGaiBtnActionListener.class

     文件       1697  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\LaoShangPinTianJiaListener.class

     文件       3249  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\ShangPingXinXiBtnListener.class

     文件       3034  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\ShangPinXinXiListener.class

     文件       1391  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\jinhuoframe\ShangPinXinXiMouseAdapt.class

     文件       3272  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\kuchunframe\baosunbaoyi\BaoSunBaoYiShuJuLuRuAction.class

     文件       1041  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\kuchunframe\baosunbaoyi\BSBY_AddShangPinAction.class

     文件       2369  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\kuchunframe\baosunbaoyi\BSBY_GaoJiChaXunAction.class

     文件       2032  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\kuchunframe\baosunbaoyi\BSBY_TimeChaXunAction.class

     文件       2101  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\kuchunframe\baosunbaoyi\ChaXunBaoSunBaoYiMouseListener.class

     文件       2249  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\kuchunframe\baosunbaoyi\titleChangeAction.class

     文件       2474  2018-06-28 10:21  SuperSellMS\SuperSellMS\bin\com\cn\control\kuchunframe\baosunbaoyi\XiuGaiBSBYShangPinAction.class

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

评论

共有 条评论