资源简介
餐厅订餐管理系统 UML课程设计 带文档
代码片段和文件信息
package bookingsystem;
import java.awt.*;
import javax.swing.*;
import java.awt.BorderLayout;
import com.borland.jbcl.layout.XYLayout;
import com.borland.jbcl.layout.*;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.SimpleDateFormat;
import java.util.Vector;
import java.sql.SQLException;
import java.util.Date;
/**
* title:
*
* Description:
*
* Copyright: Copyright (c) 2007
*
* Company:
*
* @author not attributable
* @version 1.0
*/
public class Addreservationframe extends myframe {
private Reservationframe resframe;
String tempArrivalDate = null;
String tempArrivalTime = null;
XYLayout xYLayout1 = new XYLayout();
JLabel jLabel1 = new JLabel();
JLabel jLabel2 = new JLabel();
JTextField RCOVERS = new JTextField();
JLabel jLabel3 = new JLabel();
JLabel jLabel4 = new JLabel();
JLabel jLabel5 = new JLabel();
JTextField RCUSTOMERNAME = new JTextField();
JButton jButton1 = new JButton();
JButton jButton2 = new JButton();
JComboBox RARRIVALDATE = new JComboBox();
JComboBox RTABLENO = new JComboBox();
JComboBox RARRIVALTIME = new JComboBox();
JButton inqury = new JButton();
JLabel jLabel6 = new JLabel();
JTextField RCUSTOMERPHONE = new JTextField();
public Addreservationframe(Reservationframe resframe) {
super();
this.resframe = resframe;
try {
jbInit();
} catch (Exception exception) {
exception.printStackTrace();
}
}
private void jbInit() throws Exception {
String arrivalDate[] = {“today“ “tomorrow“ “the day after tomorrow“};
String arrivalTime[] = {“10:00-12:00“ “18:00-20:00“ “20:00-22:00“};
this.setDefaultCloseOperation(Jframe.DO_NOTHING_ON_CLOSE);
for (int i = 0; i < 3; i++) {
RARRIVALDATE.addItem(arrivalDate[i]);
RARRIVALTIME.addItem(arrivalTime[i]);
}
getContentPane().setLayout(xYLayout1);
jLabel2.setText(“人数“);
jLabel3.setText(“预约时间“);
jLabel4.setText(“可用餐桌“);
jLabel5.setText(“顾客姓名“);
jButton1.setText(“添加“);
jButton1.addActionListener(new
Addreservationframe_jButton1_actionAdapter(this));
jButton2.setText(“取消“);
jButton2.addActionListener(new
Addreservationframe_jButton2_actionAdapter(this));
RARRIVALDATE.setToolTipText(““);
RARRIVALDATE.setSelectedItem(RARRIVALTIME);
inqury.setText(“查询“);
inqury.addActionListener(new Addreservationframe_inqury_actionAdapter(this));
xYLayout1.setWidth(400);
xYLayout1.setHeight(390);
jLabel6.setText(“顾客电话“);
this.getContentPane().add(jLabel1 new XYConstraints(148 25 103 42));
jLabel1.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 8213 2008-01-05 22:49 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8232 2008-01-05 23:09 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8341 2008-01-05 23:55 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8341 2008-01-05 23:56 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8341 2008-01-05 23:57 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8373 2008-01-05 23:58 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8382 2008-01-06 00:02 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8418 2008-01-06 22:53 BookingSystem\bak\bookingsystem\Addreservationfr
文件 8931 2008-01-06 23:22 BookingSystem\bak\bookingsystem\Addreservationfr
文件 9100 2008-01-07 00:54 BookingSystem\bak\bookingsystem\Addreservationfr
文件 1133 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~1~
文件 1145 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~2~
文件 1147 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~3~
文件 1145 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~4~
文件 1147 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~5~
文件 1742 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~6~
文件 1748 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~7~
文件 1749 2006-12-26 16:46 BookingSystem\bak\bookingsystem\Booking.java~8~
文件 1757 2007-12-26 19:43 BookingSystem\bak\bookingsystem\Booking.java~9~
文件 1610 2006-12-26 16:46 BookingSystem\bak\bookingsystem\BookingSystembegin.java~1~
文件 1610 2006-12-26 16:46 BookingSystem\bak\bookingsystem\BookingSystembegin.java~2~
文件 2419 2006-12-26 16:46 BookingSystem\bak\bookingsystem\ConnectionDB.java~1~
文件 1900 2006-12-26 16:46 BookingSystem\bak\bookingsystem\ConnectionDB.java~2~
文件 2732 2006-12-26 16:46 BookingSystem\bak\bookingsystem\ConnectionDB.java~3~
文件 2550 2007-12-31 16:42 BookingSystem\bak\bookingsystem\Customer.java~15~
文件 2559 2007-12-31 16:50 BookingSystem\bak\bookingsystem\Customer.java~16~
文件 2562 2007-12-31 16:50 BookingSystem\bak\bookingsystem\Customer.java~17~
文件 2589 2007-12-31 16:52 BookingSystem\bak\bookingsystem\Customer.java~18~
文件 2584 2007-12-31 16:57 BookingSystem\bak\bookingsystem\Customer.java~19~
文件 2580 2007-12-31 17:06 BookingSystem\bak\bookingsystem\Customer.java~20~
............此处省略217个文件信息
相关资源
- 第06章 天气课程表.zip
- 微机课程设计报告
- 数据库 公司人事管理系统源代码+报告
- 操作系统课程设计.zip
- 数据库课程设计 论坛管理信息系统
- C Minus 语法分析器及课程设计报告
- UML网上求职招聘系统
- 日记本课程设计
- 课程设计——电子购物网站
- 计算机组成课程设计:简单模型机设
- 操作系统课程设计--多用户多级目录文
- 计算机图形学基础课程设计
- 软件工程课程设计-图书馆管理系统
- 数据库课程设计报告_学籍管理系统
- UML与设计模式.zip
- 山东大学计算机组成原理课程设计源
- 课程设计报告.doc
- DB2数据库课程设计——教学管理系统
- 计算机组组成原理课程设计,设计一
- UML医院管理系统可借鉴很全面
- 图书馆管系统 数据库课程设计含源代
- 电力系统课程设计及毕业设计参考资
- MD5算法加密文件网络安全课程设计
- 计算机网络课程设计 宿舍局域网的组
- 十几篇射频方面的论文适合毕业课程
- 动态分区分配存储管理-操作系统课程
- 数控工作台XY课程设计
- 操作系统课程设计进程管理与通信,
- 软件建模与分析期末复习整理
-
ob
ject-Oriented Analysis and Design Using U
评论
共有 条评论