資源簡介
java做的數據庫課程設計-酒店管理系系統
代碼片段和文件信息
import?java.awt.*;
import?java.awt.event.*;
import?java.applet.*;
import?java.sql.*;
import?javax.swing.*;
public?class?hotel?extends?Jframe?{??
?????
???????
???????
JLabel?name=new?JLabel(“用戶名:“);
??JLabel?se=new?JLabel(“密碼:“);
????JTextField?name1=new?JTextField();??//文本框?
???JPasswordField?se1=new?JPasswordField();
??
??????JLabel?hint=new?JLabel(“操作提示“);
?????JButton?zc=new?JButton(“用戶登陸“);?//按鈕??
????????????????????????
public?hotel()?{?
super(“酒店管理系統用戶登陸“);
???
????setLayout(new?GridBagLayout());
????????GridBagConstraints?gridBag=new?GridBagConstraints();
????gridBag.fill=GridBagConstraints.HORIZONTAL;
????gridBag.weightx=0;
????gridBag.weighty=0;
????name.setFont(new?Font(“Alias“Font.BOLD16));
?????add(namegridBag0011);
??se.setFont(new?Fo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2474??2007-07-06?16:30??hotel.java
?????文件??????27452??2007-07-06?17:23??test.java
?????文件????1067520??2007-07-09?15:41??酒店管理系統
?????文件??????39668??2010-04-02?12:41??附贈:超多精品源碼.htm
-----------?---------??----------?-----??----
??????????????1137114????????????????????4
- 上一篇:JAVA實驗報告 處理大整數
- 下一篇:軟工大作業——訂餐系統
評論
共有 條評論