资源简介
这是一个比较简单的物流管理系统,包含程序和课设报告,符合了物流公司的基本要求,希望能给大家些参考。
代码片段和文件信息
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\Loginfr
文件 3452 2016-01-14 23:44 SoftwearProgress\bin\loginboundary\Loginfr
文件 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个文件信息
评论
共有 条评论