亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? borrowhistorybystudentname.java~10~

?? 這個是議和功能強大的圖書借閱系統 用java實現的可供各大高校使用
?? JAVA~10~
字號:
package bookmanager;import javax.swing.*;import com.borland.jbcl.layout.*;import java.awt.*;import java.sql.*;import java.awt.event.*;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class borrowHistoryBystudentname extends JFrame {  ResultSet rs;    //resultset String sql; private DBManager db =new DBManager();  XYLayout xYLayout1 = new XYLayout();  JLabel jLabel4 = new JLabel();  JLabel jLabel1 = new JLabel();  JLabel jLabel3 = new JLabel();  JTextField jTextbdate = new JTextField();  JButton jButtonnext = new JButton();  JButton jButtonpre = new JButton();  JButton jButtonlast = new JButton();  JButton jButtonupdate = new JButton();  JLabel jLabel2 = new JLabel();  JTextField jTextbname = new JTextField();  JButton jButtonexit = new JButton();  JButton jButtondelete = new JButton();  JButton jButtonsearch = new JButton();  JButton jButtonfirst = new JButton();  JTextField jTextpname = new JTextField();  JTextField jTextrdate = new JTextField();  JTextField jTextcomment = new JTextField();  JLabel jLabel5 = new JLabel();  JPanel jPanel1 = new JPanel();  XYLayout xYLayout2 = new XYLayout();  public borrowHistoryBystudentname() {    try {      jbInit();    }    catch(Exception e) {      e.printStackTrace();    }  }  public static void main(String[] args) {    borrowHistoryBystudentname borrowHistoryBystudentname = new borrowHistoryBystudentname();  }  private void jbInit() throws Exception {    jLabel5.setText("還閱日期");    jLabel5.setFont(new java.awt.Font("Dialog", 0, 16));    jTextcomment.setText("");    jTextcomment.setFont(new java.awt.Font("Dialog", 0, 16));    jTextrdate.setText("");    jTextrdate.setFont(new java.awt.Font("Dialog", 0, 16));    jTextpname.setText("");    jTextpname.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonfirst.setText("第一條");    jButtonfirst.addMouseListener(new borrowHistoryBystudentname_jButtonfirst_mouseAdapter(this));    jButtonfirst.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonsearch.setText("查詢");    jButtonsearch.setFont(new java.awt.Font("Dialog", 0, 16));    jButtondelete.setFont(new java.awt.Font("Dialog", 0, 16));    jButtondelete.setText("刪除");    jButtondelete.addMouseListener(new borrowHistoryBystudentname_jButtondelete_mouseAdapter(this));    jButtonexit.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonexit.setText("退出");    jButtonexit.addMouseListener(new borrowHistoryBystudentname_jButtonexit_mouseAdapter(this));    jTextbname.setText("");    jTextbname.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel2.setText("書名");    jLabel2.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonupdate.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonupdate.setText("更新");    jButtonupdate.addMouseListener(new borrowHistoryBystudentname_jButtonupdate_mouseAdapter(this));    jButtonlast.setText("最后一條");    jButtonlast.addMouseListener(new borrowHistoryBystudentname_jButtonlast_mouseAdapter(this));    jButtonlast.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonpre.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonpre.setText("前一條");    jButtonpre.addMouseListener(new borrowHistoryBystudentname_jButtonpre_mouseAdapter(this));    jButtonnext.setFont(new java.awt.Font("Dialog", 0, 16));    jButtonnext.setText("后一條");    jButtonnext.addMouseListener(new borrowHistoryBystudentname_jButtonnext_mouseAdapter(this));    jTextbdate.setText("");    jTextbdate.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel3.setText("借閱日起");    jLabel3.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel1.setText("借閱者姓名");    jLabel1.setFont(new java.awt.Font("Dialog", 0, 16));    jLabel4.setText("備注");    jLabel4.setFont(new java.awt.Font("Dialog", 0, 16));    this.getContentPane().setLayout(xYLayout1);    xYLayout1.setWidth(656);    xYLayout1.setHeight(395);    jPanel1.setLayout(xYLayout2);    jPanel1.setBorder(BorderFactory.createLineBorder(Color.black));    this.addMouseListener(new borrowHistoryBystudentname_this_mouseAdapter(this));    this.getContentPane().add(jButtonsearch, new XYConstraints(441, 35, 104, 31));    this.getContentPane().add(jPanel1,   new XYConstraints(26, 88, 611, 229));    jPanel1.add(jTextbname, new XYConstraints(220, 29, 154, 23));    jPanel1.add(jTextrdate, new XYConstraints(221, 118, 137, -1));    jPanel1.add(jLabel4, new XYConstraints(65, 178, 66, 29));    jPanel1.add(jLabel3, new XYConstraints(67, 71, 87, 29));    jPanel1.add(jTextbdate, new XYConstraints(220, 72, 137, -1));    jPanel1.add(jLabel2, new XYConstraints(69, 14, 89, 35));    jPanel1.add(jTextcomment, new XYConstraints(219, 171, 324, -1));    jPanel1.add(jLabel5, new XYConstraints(64, 119, 87, 29));    this.getContentPane().add(jButtonnext, new XYConstraints(202, 346, 89, 26));    this.getContentPane().add(jButtonpre, new XYConstraints(119, 345, 82, 26));    this.getContentPane().add(jButtonlast, new XYConstraints(291, 346, 98, 27));    this.getContentPane().add(jButtonupdate, new XYConstraints(390, 347, 84, 27));    this.getContentPane().add(jButtonexit, new XYConstraints(559, 346, 70, 28));    this.getContentPane().add(jButtondelete, new XYConstraints(473, 347, 86, 28));    this.getContentPane().add(jButtonfirst, new XYConstraints(32, 344, 86, 26));    this.getContentPane().add(jTextpname, new XYConstraints(246, 42, 116, 26));    this.getContentPane().add(jLabel1, new XYConstraints(92, 39, 88, 33));  }  void showResult(){   try {       jTextpname.setText(rs.getString("studentname") );      jTextbname.setText(rs.getString("bookname") );      jTextbdate.setText(rs.getString("borrowdate") );      jTextrdate.setText(rs.getString("returndate") );      jTextcomment.setText(rs.getString("comment") );       }    catch (SQLException ex) {       } }  void this_mouseClicked(MouseEvent e) {    sql="select * from BookBorrow ";                // JOptionPane.showMessageDialog(null,jCombocolor.getSelectedItem().toString().trim() );                       if (jTextpname.getText().trim().length() ==0)                       {}                       else                       {                          sql=sql+"  where  studentname='"+jTextpname.getText().trim()+"'";                       }                        rs =db.getResult(sql);                       try {                         if(! rs.equals(null) )                         {  rs.next();                            showResult();                         }                       }                       catch (SQLException ex) {                          JOptionPane.showMessageDialog(null," search failed!");                       }  }  void jButtonfirst_mouseClicked(MouseEvent e) {    try {              rs.first() ;              showResult();           }           catch (SQLException ex) {           }  }  void jButtonpre_mouseClicked(MouseEvent e) {    try {                if(! rs.isFirst() )                {  rs.previous();                   showResult();                }              }              catch (SQLException ex) {              }  }  void jButtonnext_mouseClicked(MouseEvent e) {    try {                if(! rs.isLast())                 {  rs.next();                    showResult();                 }               }                   catch (SQLException ex) {                     }  }  void jButtonlast_mouseClicked(MouseEvent e) {    try {                  rs.last();                   showResult();                }                catch (SQLException ex) {                }  }  void jButtonupdate_mouseClicked(MouseEvent e) {  }  void jButtondelete_mouseClicked(MouseEvent e) {  }  void jButtonexit_mouseClicked(MouseEvent e) {  dispose();  }}class borrowHistoryBystudentname_this_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_this_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.this_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonfirst_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonfirst_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonfirst_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonpre_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonpre_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonpre_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonnext_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonnext_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonnext_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonlast_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonlast_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonlast_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonupdate_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonupdate_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonupdate_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtondelete_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtondelete_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtondelete_mouseClicked(e);  }}class borrowHistoryBystudentname_jButtonexit_mouseAdapter extends java.awt.event.MouseAdapter {  borrowHistoryBystudentname adaptee;  borrowHistoryBystudentname_jButtonexit_mouseAdapter(borrowHistoryBystudentname adaptee) {    this.adaptee = adaptee;  }  public void mouseClicked(MouseEvent e) {    adaptee.jButtonexit_mouseClicked(e);  }}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美精品一区二区高清在线观看 | 亚洲制服丝袜av| ●精品国产综合乱码久久久久| 国产欧美视频一区二区三区| 国产欧美一区二区精品性色超碰| 日本一区二区不卡视频| 国产欧美精品一区二区色综合朱莉| 中文字幕欧美日本乱码一线二线| 国产清纯白嫩初高生在线观看91| 国产精品久久久久影院亚瑟| 伊人一区二区三区| 视频一区欧美精品| 久久91精品国产91久久小草| 裸体在线国模精品偷拍| 国产成人a级片| 91蜜桃视频在线| 欧美三级视频在线观看| 欧美一区二区三区爱爱| 欧美一区二区三区视频免费 | 久久综合久久久久88| 国产日韩欧美一区二区三区综合| 亚洲欧洲精品一区二区精品久久久 | 国产成人精品三级| 国产白丝精品91爽爽久久| 色综合久久99| 91精品国产综合久久久久久漫画| 久久久综合九色合综国产精品| 国产日韩精品视频一区| 亚洲欧美怡红院| 秋霞影院一区二区| 久久99国产精品麻豆| 91在线观看高清| 欧美成人a视频| 亚洲色图欧美偷拍| 裸体一区二区三区| 91麻豆自制传媒国产之光| 欧美精品v国产精品v日韩精品 | 日韩欧美成人午夜| 一区二区三区四区高清精品免费观看| 偷拍亚洲欧洲综合| 国产精品影音先锋| 欧美午夜片在线看| 国产女主播视频一区二区| 亚洲成av人片一区二区三区 | 精品日产卡一卡二卡麻豆| 国产精品久久久久久久久免费丝袜| 亚洲国产精品久久不卡毛片| 国产精品自拍在线| 欧美日韩免费一区二区三区视频| 欧美国产一区视频在线观看| 性做久久久久久久久| 国产精品18久久久久| 欧美精品一级二级三级| 欧美国产一区二区在线观看| 日韩电影免费在线观看网站| 92国产精品观看| 日韩欧美久久久| 一区二区三区精品久久久| 国产精品18久久久久久久久 | 欧美日韩国产系列| 精品国产第一区二区三区观看体验| 亚洲免费看黄网站| 成人av资源在线观看| 日韩欧美黄色影院| 天堂午夜影视日韩欧美一区二区| 97久久精品人人做人人爽| 欧美精品一区二区三区很污很色的 | 日韩成人一区二区三区在线观看| 欧美在线制服丝袜| 亚洲美女在线一区| 91豆麻精品91久久久久久| 亚洲免费观看高清完整版在线| 风间由美性色一区二区三区| 久久品道一品道久久精品| 激情av综合网| 欧美成人激情免费网| 看国产成人h片视频| 日韩精品影音先锋| 久久av老司机精品网站导航| 日韩欧美成人一区二区| 九九国产精品视频| 精品盗摄一区二区三区| 国产福利精品导航| 欧美国产一区在线| 91在线云播放| 亚洲一区二区三区四区五区中文 | 日韩精品欧美成人高清一区二区| 欧美日韩高清一区| 日韩综合一区二区| 欧美久久久久久久久| 日韩不卡一区二区三区| 欧美一区欧美二区| 黄色小说综合网站| 国产欧美一区在线| 一本色道久久加勒比精品| 亚洲国产精品久久艾草纯爱| 91精品国产91久久久久久最新毛片 | 91福利精品第一导航| 日韩精品欧美成人高清一区二区| 日韩视频一区二区三区在线播放 | 国产欧美一区二区精品秋霞影院| 国产99精品国产| 亚洲男人的天堂在线aⅴ视频| 日韩欧美在线123| 久久99精品国产麻豆不卡| 国产亚洲制服色| 91色|porny| 调教+趴+乳夹+国产+精品| 精品不卡在线视频| 91免费看`日韩一区二区| 亚洲成a人v欧美综合天堂| 久久夜色精品国产欧美乱极品| 成人理论电影网| 亚洲国产一区二区在线播放| 精品国一区二区三区| 99久久伊人精品| 日韩高清不卡一区二区| 久久精品夜夜夜夜久久| 在线观看视频一区| 狠狠久久亚洲欧美| 亚洲综合清纯丝袜自拍| 精品久久国产老人久久综合| 99re这里只有精品首页| 丝袜诱惑制服诱惑色一区在线观看| 精品国产人成亚洲区| 一本久久a久久精品亚洲| 久久99精品国产| 一区二区三区不卡视频在线观看 | 国产成人亚洲综合a∨婷婷| 亚洲一区二区不卡免费| 2021中文字幕一区亚洲| 欧美色图免费看| 国产成人精品影院| 天天综合网 天天综合色| 国产精品美女久久久久久久久| 欧美日韩国产欧美日美国产精品| 国产成人精品综合在线观看 | 精品久久久久久无| 欧美性猛交xxxx黑人交| 国产成人三级在线观看| 日韩高清不卡一区| 亚洲精品乱码久久久久久黑人| 日韩一区二区免费高清| 色视频成人在线观看免| 国产乱子轮精品视频| 视频一区中文字幕| 一区二区三区精品在线| 欧美经典三级视频一区二区三区| 欧美一区二区三区在线| 色吊一区二区三区| 成人一道本在线| 免费av网站大全久久| 一区二区三区国产豹纹内裤在线| 国产女主播在线一区二区| 精品免费视频.| 欧美日韩电影一区| 色综合天天综合色综合av| 国v精品久久久网| 国内久久婷婷综合| 蜜桃av一区二区| 五月激情综合色| 亚洲精品成人天堂一二三| 国产精品第四页| 国产欧美日韩激情| 久久综合九色综合欧美亚洲| 欧美一区二区三区免费视频| 在线一区二区三区四区| 色香蕉久久蜜桃| 91一区二区在线| 99久久精品免费精品国产| 国产91精品久久久久久久网曝门| 激情五月播播久久久精品| 麻豆传媒一区二区三区| 免费在线看成人av| 日韩精品成人一区二区三区| 一区二区三区在线影院| 亚洲区小说区图片区qvod| 日本怡春院一区二区| 亚洲一级片在线观看| 一区二区三区免费观看| 亚洲专区一二三| 一区二区三区在线播| 一区二区三区欧美在线观看| 亚洲精品亚洲人成人网| 亚洲在线中文字幕| 亚洲一级二级在线| 视频一区欧美精品| 美国十次了思思久久精品导航| 日本不卡视频在线观看| 奇米精品一区二区三区四区| 免费高清不卡av| 国产一区在线观看麻豆| 国产一区二区在线视频| 国产不卡视频在线观看| 成人av电影在线播放| 91在线无精精品入口| 99精品国产99久久久久久白柏| av成人免费在线观看| 91麻豆免费在线观看| 欧美日韩精品欧美日韩精品|