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

  • 大小: 35.57MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-08-08
  • 語言: 其他
  • 標簽:

資源簡介

這是一個比較簡單的物流管理系統,包含程序和課設報告,符合了物流公司的基本要求,希望能給大家些參考。

資源截圖

代碼片段和文件信息

package?cargoresource;

import?java.awt.Color;
import?java.awt.Cursor;
import?java.awt.event.ActionListener;
import?java.awt.event.ItemEvent;
import?java.awt.event.ItemListener;
import?java.awt.event.KeyAdapter;
import?java.awt.event.KeyEvent;
import?java.sql.Connection;
import?java.sql.PreparedStatement;
import?java.text.SimpleDateFormat;
import?java.util.Date;

import?javax.swing.Icon;
import?javax.swing.ImageIcon;
import?javax.swing.JButton;
import?javax.swing.JComboBox;
import?javax.swing.JLabel;
import?javax.swing.JOptionPane;
import?javax.swing.JPanel;
import?javax.swing.JTextField;
import?javax.swing.text.AttributeSet;
import?javax.swing.text.BadLocationException;
import?javax.swing.text.PlainDocument;

import?mainboundary.MainBoundary;
import?resource.MyDocument;
import?truckresource.TruckBrowsePanel;

public?class?CargoAddingPanel?extends?JPanel?{
private?JLabel?lidentifier?lnumber?lkind?lsendname?lsendphone
lbirthland?ldestination?lvolume?lreceptionname?lreceptionphone
lstate;
private?JTextField?tidentifier?tnumber?tsendname?tsendphone?tbirthland
tvolume?treceptionname?treceptionphone?tstate;
private?JComboBox?cokind?codestination;
private?JButton?Jbadd?jbcancel;
private?String?kind[]?=?{?“圖書類“?“衣物類“?“數碼家電類“?}?destination[]?=?{?“上海“
“廣州“?“深圳“?};
private?String?skind?date?cargonumber?sdestination;

public?JLabel?getLidentifier()?{
return?lidentifier;
}

public?void?setLidentifier(JLabel?lidentifier)?{
this.lidentifier?=?lidentifier;
}

public?JLabel?getLkind()?{
return?lkind;
}

public?void?setLkind(JLabel?lkind)?{
this.lkind?=?lkind;
}

public?JLabel?getLbirthland()?{
return?lbirthland;
}

public?void?setLbirthland(JLabel?lbirthland)?{
this.lbirthland?=?lbirthland;
}

public?JLabel?getLdestination()?{
return?ldestination;
}

public?void?setLdestination(JLabel?ldestination)?{
this.ldestination?=?ldestination;
}

public?JTextField?getTidentifier()?{
return?tidentifier;
}

public?void?setTidentifier(JTextField?tidentifier)?{
this.tidentifier?=?tidentifier;
}

public?JTextField?getTnumber()?{
return?tnumber;
}

public?void?setTnumber(JTextField?tnumber)?{
this.tnumber?=?tnumber;
}

public?JTextField?getTsendname()?{
return?tsendname;
}

public?void?setTsendname(JTextField?tsendname)?{
this.tsendname?=?tsendname;
}

public?JTextField?getTsendphone()?{
return?tsendphone;
}

public?void?setTsendphone(JTextField?tsendphone)?{
this.tsendphone?=?tsendphone;
}

public?JTextField?getTbirthland()?{
return?tbirthland;
}

public?void?setTbirthland(JTextField?tbirthland)?{
this.tbirthland?=?tbirthland;
}

public?JTextField?getTvolume()?{
return?tvolume;
}

public?void?setTvolume(JTextField?tvolume)?{
this.tvolume?=?tvolume;
}

public?JTextField?getTreceptionname()?{
return?treceptionname;
}


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????301??2015-12-29?17:59??SoftwearProgress\.classpath

?????文件????????392??2015-12-29?17:59??SoftwearProgress\.project

?????文件????????598??2015-12-29?17:59??SoftwearProgress\.settings\org.eclipse.jdt.core.prefs

?????文件????????823??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoAddingPanel$1.class

?????文件????????833??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoAddingPanel$2.class

?????文件????????833??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoAddingPanel$3.class

?????文件???????3798??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoAddingPanel$ActionEvent.class

?????文件???????1691??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoAddingPanel$MyItemEvent.class

?????文件??????11427??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoAddingPanel.class

?????文件???????4006??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageBrowsePanel.class

?????文件????????865??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageChangePanel$1.class

?????文件???????5348??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageChangePanel$ActionEvent.class

?????文件???????9676??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageChangePanel.class

?????文件????????865??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageDeletePanel$1.class

?????文件????????865??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageDeletePanel$2.class

?????文件???????4049??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageDeletePanel$ActionEvent.class

?????文件???????9303??2016-01-14?23:44??SoftwearProgress\bin\cargoresource\CargoMessageDeletePanel.class

?????文件???????6200??2016-01-14?23:44??SoftwearProgress\bin\deliveryresource\CargoDeliveryPanel$ActionEvent.class

?????文件???????4880??2016-01-14?23:44??SoftwearProgress\bin\deliveryresource\CargoDeliveryPanel.class

?????文件???????3182??2016-01-14?23:44??SoftwearProgress\bin\deliveryresource\DeliveryCargoMessagePanel$ActionEvent.class

?????文件???????2114??2016-01-14?23:44??SoftwearProgress\bin\deliveryresource\DeliveryCargoMessagePanel$MyItemEvent.class

?????文件???????6192??2016-01-14?23:44??SoftwearProgress\bin\deliveryresource\DeliveryCargoMessagePanel.class

?????文件???????4502??2016-01-14?23:44??SoftwearProgress\bin\loginboundary\Loginframe$ActionEvent.class

?????文件???????3452??2016-01-14?23:44??SoftwearProgress\bin\loginboundary\Loginframe.class

?????文件???????4427??2016-01-14?23:44??SoftwearProgress\bin\mainboundary\MainBoundary$ButtonEvent.class

?????文件???????8667??2016-01-14?23:44??SoftwearProgress\bin\mainboundary\MainBoundary.class

?????文件???????1819??2016-01-14?23:44??SoftwearProgress\bin\personmessage\PersonMessage.class

?????文件???????3223??2016-01-14?23:44??SoftwearProgress\bin\personresource\PersonAddingPanel$ActionEvent.class

?????文件???????3467??2016-01-14?23:44??SoftwearProgress\bin\personresource\PersonAddingPanel.class

?????文件????????876??2016-01-14?23:44??SoftwearProgress\bin\personresource\PersonMessageChangePanel$1.class

............此處省略88個文件信息

評論

共有 條評論