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

  • 大小: 7.83MB
    文件類型: .rar
    金幣: 2
    下載: 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個文件信息

評論

共有 條評論