软工课设-物流管理系统


这是一个比较简单的物流管理系统,包含程序和课设报告,符合了物流公司的基本要求,希望能给大家些参考。
资源截图
代码片段和文件信息
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.settingsorg.eclipse.jdt.core.prefs

     文件        823  2016-01-14 23:44  SoftwearProgressincargoresourceCargoAddingPanel$1.class

     文件        833  2016-01-14 23:44  SoftwearProgressincargoresourceCargoAddingPanel$2.class

     文件        833  2016-01-14 23:44  SoftwearProgressincargoresourceCargoAddingPanel$3.class

     文件       3798  2016-01-14 23:44  SoftwearProgressincargoresourceCargoAddingPanel$ActionEvent.class

     文件       1691  2016-01-14 23:44  SoftwearProgressincargoresourceCargoAddingPanel$MyItemEvent.class

     文件      11427  2016-01-14 23:44  SoftwearProgressincargoresourceCargoAddingPanel.class

     文件       4006  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageBrowsePanel.class

     文件        865  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageChangePanel$1.class

     文件       5348  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageChangePanel$ActionEvent.class

     文件       9676  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageChangePanel.class

     文件        865  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageDeletePanel$1.class

     文件        865  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageDeletePanel$2.class

     文件       4049  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageDeletePanel$ActionEvent.class

     文件       9303  2016-01-14 23:44  SoftwearProgressincargoresourceCargoMessageDeletePanel.class

     文件       6200  2016-01-14 23:44  SoftwearProgressindeliveryresourceCargoDeliveryPanel$ActionEvent.class

     文件       4880  2016-01-14 23:44  SoftwearProgressindeliveryresourceCargoDeliveryPanel.class

     文件       3182  2016-01-14 23:44  SoftwearProgressindeliveryresourceDeliveryCargoMessagePanel$ActionEvent.class

     文件       2114  2016-01-14 23:44  SoftwearProgressindeliveryresourceDeliveryCargoMessagePanel$MyItemEvent.class

     文件       6192  2016-01-14 23:44  SoftwearProgressindeliveryresourceDeliveryCargoMessagePanel.class

     文件       4502  2016-01-14 23:44  SoftwearProgressinloginboundaryLoginframe$ActionEvent.class

     文件       3452  2016-01-14 23:44  SoftwearProgressinloginboundaryLoginframe.class

     文件       4427  2016-01-14 23:44  SoftwearProgressinmainboundaryMainBoundary$ButtonEvent.class

     文件       8667  2016-01-14 23:44  SoftwearProgressinmainboundaryMainBoundary.class

     文件       1819  2016-01-14 23:44  SoftwearProgressinpersonmessagePersonMessage.class

     文件       3223  2016-01-14 23:44  SoftwearProgressinpersonresourcePersonAddingPanel$ActionEvent.class

     文件       3467  2016-01-14 23:44  SoftwearProgressinpersonresourcePersonAddingPanel.class

     文件        876  2016-01-14 23:44  SoftwearProgressinpersonresourcePersonMessageChangePanel$1.class

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)