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

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

?? borrowhistorybystudentname.java~8~

?? 這個是議和功能強大的圖書借閱系統 用java實現的可供各大高校使用
?? JAVA~8~
字號:
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) {  }  void jButtonpre_mouseClicked(MouseEvent e) {  }  void jButtonnext_mouseClicked(MouseEvent e) {  }  void jButtonlast_mouseClicked(MouseEvent e) {  }  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一区二区三区免费野_久草精品视频
美女精品自拍一二三四| 欧美一级在线免费| 99久久99久久久精品齐齐| 成人高清视频在线| 91免费国产视频网站| 色噜噜狠狠色综合中国| 欧美日韩一级黄| 欧美电视剧在线观看完整版| 精品国产一区二区三区不卡| 天堂va蜜桃一区二区三区漫画版| 日本美女一区二区三区视频| 国产精品一二三四五| 91在线看国产| 欧美欧美欧美欧美| 国产精品久久久久久久浪潮网站| 亚洲色图视频网| 蜜臀av性久久久久蜜臀aⅴ四虎| 国产在线观看免费一区| 极品美女销魂一区二区三区| 99久久国产综合精品麻豆| 欧美美女一区二区三区| 欧美国产欧美亚州国产日韩mv天天看完整 | 欧美日韩国产综合视频在线观看| 欧美日韩高清影院| 国产欧美日韩另类一区| 亚洲一区影音先锋| 成人午夜免费av| 欧美日韩不卡在线| 久久久久久综合| 亚洲午夜久久久久中文字幕久| 免费一级片91| 色综合夜色一区| 欧美tk—视频vk| 洋洋av久久久久久久一区| 首页国产欧美久久| 成人91在线观看| 欧美一区二区三区的| 国产精品白丝在线| 精品一区二区日韩| 欧美日韩性生活| 国产精品日日摸夜夜摸av| 亚洲成人免费视频| 日本精品视频一区二区三区| 久久奇米777| 久久99精品久久久久久国产越南| 一本大道av伊人久久综合| 欧美精品日韩一区| 一区二区三区蜜桃| 国产福利视频一区二区三区| 日韩一级视频免费观看在线| 亚洲精品美腿丝袜| 99亚偷拍自图区亚洲| 欧美精品一区二区久久婷婷| 亚洲动漫第一页| 91网上在线视频| 欧美国产在线观看| 国产一区二三区| 欧美一区二区成人| 亚洲午夜视频在线观看| 成人高清免费观看| 国产精品日产欧美久久久久| 青草av.久久免费一区| 91精品在线免费| 亚洲一区二区三区四区的| 国产一区91精品张津瑜| 亚洲精品一区二区三区四区高清| 亚洲第一主播视频| 欧美日韩性生活| 亚洲综合激情小说| 欧美视频一区二区在线观看| 亚洲人成在线播放网站岛国| 国产精品99久| 久久久久国产成人精品亚洲午夜| 日本特黄久久久高潮| 欧美一级黄色片| 青青草原综合久久大伊人精品优势| 欧美一区二区三区喷汁尤物| 肉丝袜脚交视频一区二区| 国产成a人无v码亚洲福利| 久久久亚洲午夜电影| 国产自产视频一区二区三区| 久久久亚洲精华液精华液精华液| 免费成人美女在线观看| 精品欧美久久久| 精品一区二区国语对白| 欧美日本一区二区在线观看| 夜夜精品视频一区二区 | 中文字幕日韩欧美一区二区三区| 9i在线看片成人免费| 中文字幕精品—区二区四季| 国产高清精品在线| 国产精品国产精品国产专区不蜜 | 3d动漫精品啪啪1区2区免费| 污片在线观看一区二区| 欧美视频在线一区| 久久精品国产成人一区二区三区| 精品国偷自产国产一区| 亚洲高清免费在线| 日韩精品中文字幕一区| 精品一区二区三区免费| 国产精品夫妻自拍| 在线观看网站黄不卡| 蜜桃视频第一区免费观看| 精品久久久久一区二区国产| 久久国内精品自在自线400部| 国产日韩欧美电影| av在线播放不卡| 午夜视频一区在线观看| 欧美一区二区日韩| 午夜精品123| 精品粉嫩超白一线天av| 国产精品系列在线观看| 亚洲蜜臀av乱码久久精品蜜桃| 欧洲一区在线电影| 久久疯狂做爰流白浆xx| 国产精品三级av| 91在线云播放| 免费人成在线不卡| 国产亚洲综合在线| 欧美影院一区二区| 久久精品99久久久| 亚洲三级在线看| 91精品国产色综合久久不卡蜜臀| 久久99精品一区二区三区| 亚洲免费观看高清完整版在线观看熊 | 亚洲精品成人天堂一二三| 欧美日韩精品综合在线| 国内精品国产成人国产三级粉色 | 精品综合久久久久久8888| 国产日本一区二区| 色爱区综合激月婷婷| 亚洲高清不卡在线| 欧美韩国日本一区| 欧美绝品在线观看成人午夜影视| 懂色av一区二区三区蜜臀| 亚洲国产cao| 国产精品嫩草影院com| 欧美精选一区二区| aaa欧美日韩| 精品无码三级在线观看视频| 国产精品久久久久桃色tv| 日韩一区二区在线看| 成人aa视频在线观看| 国产精选一区二区三区| 亚洲大尺度视频在线观看| 国产精品美女久久久久久久| 正在播放一区二区| 91社区在线播放| 国内精品国产成人国产三级粉色| 亚洲午夜视频在线观看| **网站欧美大片在线观看| 日韩视频免费直播| 成人精品国产一区二区4080| 麻豆视频观看网址久久| 亚洲欧洲99久久| 国产亚洲制服色| 欧美一区二区三区的| 欧美日韩国产精选| av高清不卡在线| 国产成人精品一区二 | 日韩欧美成人激情| 欧美视频精品在线| 国产电影精品久久禁18| 精品一区二区三区蜜桃| 亚洲成人av一区| 亚洲成人精品一区| 亚洲人成影院在线观看| 亚洲国产精品成人综合色在线婷婷| 91精品国产综合久久香蕉麻豆| 欧美专区在线观看一区| 白白色 亚洲乱淫| 国产精品中文字幕日韩精品| 日本亚洲电影天堂| 美女任你摸久久| 日韩精品欧美成人高清一区二区| 日韩一区二区电影网| 欧美一区二区日韩一区二区| 91福利区一区二区三区| 色素色在线综合| 99国产精品视频免费观看| www.欧美.com| 国产不卡视频在线观看| 成人高清视频在线| 国产不卡在线播放| 不卡的av电影| 成人视屏免费看| 国产麻豆一精品一av一免费 | 在线观看国产一区二区| 成人av电影在线观看| 99免费精品视频| eeuss鲁一区二区三区| 99re热这里只有精品视频| 成人激情校园春色| 日本精品一级二级| 91黄色免费网站| 欧美日韩美少妇| 欧美一区二区三区视频免费 | 亚洲午夜免费福利视频| 三级影片在线观看欧美日韩一区二区 | 视频一区欧美日韩|