• 大小: 5.81MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-12-22
  • 语言: 其他
  • 标签:

资源简介

客运售票系统共有两大个功能模块:普通用户功能模块、管理员功能模块。各模块又分别有各自的功能模块: 普通用户功能模块:登陆功能模块、注册功能模块、查看个人信息模块、修改个人信息模块、联系人功能模块、在线订票功能模块、在线退票功能模块、在线改签功能模块、票价查询功能模块、余票查询功能模块、晚点查询功能模块、客运常识功能模块、货运追踪功能模块、投诉建议功能模块。 管理员功能模块:添加客车功能模块、删除客车功能模块、修改客车功能模块、客车查询功能模块、货运添加功能模块、货运累加功能模块、货运删除功能模块。

资源截图

代码片段和文件信息

package com.a;

import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Vector;

import javax.swing.ButtonGroup;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JDialog;
import javax.swing.Jframe;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JRadioButton;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JTextField;
import javax.swing.SwingConstants;
import javax.swing.table.DefaultTableCellRenderer;

import com.sell.ButtonColumn;
import com.sell.DateUI;
import com.sell.Getweek;
import com.sell.MyPanel;
import com.sun.awt.AWTUtilities;


@SuppressWarnings(“serial“)
public class Add{
public static  Jframe jframe=new Jframe(““);
public static JDialog jdload2=new JDialog(jframe “正在加载“ false);
public static JPanel jload=new MyPanel(“/Load.gif“);
private JLabel jl1[]={new JLabel(“出发地“)new JLabel(“目的地“)new JLabel(“出发时间“)new JLabel(““)};
private ImageIcon ico[]={new ImageIcon(Mainactivity.class.getResource(“/定位.png“))
new ImageIcon(Mainactivity.class.getResource(“/日期.png“))
new ImageIcon(Mainactivity.class.getResource(“/调换.png“))};
private JLabel jl2[]={new JLabel(ico[0])new JLabel(ico[0])new JLabel(ico[1])new JLabel(ico[2])new JLabel(“客车时刻表“)};
private static JTextField jt[]={new JTextField(“南昌“)new JTextField(“九江“)new JTextField()};
private JButton jb=new JButton(“查询“);
public static JPanel jptime=new DateUI(jt[2]);
public static JPanel jp1=new com.sell.MyPanel(“/title3.jpg“);
public static JPanel jp2=new JPanel();
public static JPanel jp3=new JPanel();
  
public static JLabel jl3[]={new JLabel(“客车信息“)new JLabel()new JLabel(“乘客信息“)new JLabel(“乘客姓名:“)
new JLabel(“证件类型:“)new JLabel(“证件号码:“)new JLabel(“手机号码:“)};
public static JRadioButton jrb[]={new JRadioButton()new JRadioButton(“联系人“)};
private ButtonGroup bg=new ButtonGroup();
public static JTextField jt2[]={new JTextField(““)new JTextField(““)};
public static String [] str1 = {“二代身份证““港澳通行证““台湾通行证““护照“};
static String[][] str2=new String[10][4]; 
static Vector items = new Vector();
public static JComboBox jc[]={new JComboBox(items)new JComboBox(str1)};
private JButton jb2=new JButton(“确定订票“);


public Add(int xint yfinal int widthfinal int height)
{
jframe.setLayout(null);
//jframe.setBackground(Color.white);
jptime.setLayout(null);
jp1.setLayout(null);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-11-09 09:46  Transport\
     文件         399  2015-10-20 21:12  Transport\.classpath
     目录           0  2015-10-20 21:10  Transport\.myeclipse\
     目录           0  2015-11-09 09:41  Transport\.myeclipse\profiler\
     文件         828  2015-08-03 18:51  Transport\.myeclipse\profiler\Mainactivity.xml
     文件         385  2015-08-02 10:32  Transport\.project
     目录           0  2015-11-09 09:41  Transport\.settings\
     文件         598  2015-06-03 17:43  Transport\.settings\org.eclipse.jdt.core.prefs
     文件         106  2015-06-03 17:46  Transport\.settings\org.eclipse.ltk.core.refactoring.prefs
     目录           0  2015-11-09 09:44  Transport\bin\
     文件        4869  2015-08-08 18:46  Transport\bin\123.gif
     文件        4044  2015-08-14 10:39  Transport\bin\Datebase.png
     文件        8722  2015-10-15 22:21  Transport\bin\Load.gif
     文件        9738  2015-08-06 17:50  Transport\bin\Load.jpg
     文件        4888  2015-08-08 16:15  Transport\bin\Load1.gif
     文件        3099  2015-07-28 10:55  Transport\bin\aaa.png
     文件        1308  2015-08-07 16:51  Transport\bin\addcontact.png
     文件        6094  2015-06-28 13:54  Transport\bin\admin.png
     文件      124159  2015-06-27 11:38  Transport\bin\adminbg.jpg
     文件       31965  2015-06-28 13:51  Transport\bin\adminlog.jpg
     文件       38153  2015-06-27 13:20  Transport\bin\bg1.jpg
     文件       44941  2015-05-21 20:39  Transport\bin\bus1.jpg
     文件       54504  2015-06-18 13:30  Transport\bin\bus2.jpg
     文件       67677  2015-05-21 20:39  Transport\bin\bus3.jpg
     文件       19315  2015-06-18 14:49  Transport\bin\bus4.jpg
     目录           0  2015-10-28 17:07  Transport\bin\com\
     目录           0  2015-11-09 09:42  Transport\bin\com\a\
     文件        1102  2015-10-28 17:07  Transport\bin\com\a\Add$1.class
     文件        1234  2015-10-28 17:07  Transport\bin\com\a\Add$2.class
     文件        1325  2015-10-28 17:07  Transport\bin\com\a\Add$3.class
     文件         849  2015-10-28 17:07  Transport\bin\com\a\Add$4.class
............此处省略404个文件信息

评论

共有 条评论