1 / 58
文档名称:

酒店管理系统实现代码.doc

格式:doc   大小:200KB   页数:58页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

酒店管理系统实现代码.doc

上传人:2028423509 2021/7/16 文件大小:200 KB

下载得到文件列表

酒店管理系统实现代码.doc

相关文档

文档介绍

文档介绍://入住
import .*;
import .*;
import .*;
import ;
import .*;
public class A1 extends JFrame implements WindowListener {
//定义各个组件
JFrame frame = new JFrame ("入住系统");
JLabel nameLabel = new JLabel("客户");
JLabel idtifyLabel = new JLabel("号");
JLabel roomLabel = new JLabel("入住房号");
JLabel moneyLabel = new JLabel("应付金额");
JTextField nameField = new JTextField();
JTextField idtifyField= new JTextField();
JTextField roomField= new JTextField();
JTextField moneyField= new JTextField();
utton button1,button2;
/*
public static void main(String args[])
{
A1 a1 = new A1();
();
}
*/
public void go(){
UpperCaseDocument ucDocument = new UpperCaseDocument();
(ucDocument);
();
//(this);
(new ActionListener()
{ public void actionPerformed(ActionEvent e)
{ String username = ();
}
});
oBox jcb1;//组合框
String[] itemList = { "现金", "刷卡" };
jcb1 = new oBox(itemList);
(0);
button1=new utton("确认支付");
button2=new utton("取消支付");
final JPanel p1 = new JPanel();
(jcb1);
(button1);
(button2);
(new GridLayout(3,1));
Border etched = ();
Border border = (etched, "付款方式");
(border);
(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
if (()=="确认支付")
{ (p1,
"支付成功","success",