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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? borrowhistorybystudentname.java~8~

?? java做書箱管理系統(tǒng)
?? 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久久婷婷国产精品综合| 亚洲同性同志一二三专区| 色狠狠色噜噜噜综合网| 亚洲成av人**亚洲成av**| 欧美美女一区二区在线观看| 日韩高清欧美激情| 欧美日韩精品欧美日韩精品一| 欧美高清视频一二三区 | 亚洲自拍偷拍麻豆| 欧美久久免费观看| 国产在线播精品第三| 中文字幕在线观看不卡| 欧美视频一区在线| 久久精品国产色蜜蜜麻豆| 国产亲近乱来精品视频| 91性感美女视频| 日本午夜一本久久久综合| 精品免费99久久| 一本高清dvd不卡在线观看| 污片在线观看一区二区| 国产婷婷色一区二区三区在线| 99re6这里只有精品视频在线观看| 亚洲成人动漫在线免费观看| 午夜激情综合网| 国产亚洲午夜高清国产拍精品 | 久久国产福利国产秒拍| 国产精品国产馆在线真实露脸| 欧美色视频在线| 国产成人精品亚洲777人妖 | 91在线视频播放地址| 日本成人中文字幕在线视频| 欧美激情一区二区三区蜜桃视频| 欧美日韩高清一区二区不卡| 丰满放荡岳乱妇91ww| 日韩有码一区二区三区| 国产精品久久久久久亚洲伦| 日韩一区二区三区在线| 色欧美片视频在线观看| 国产不卡一区视频| 青青国产91久久久久久| 亚洲欧美日韩久久| 欧美激情资源网| 日韩欧美一区在线| 欧美在线色视频| jizzjizzjizz欧美| 国产精品一区二区三区四区 | 一区二区三区中文字幕电影| 国产亚洲欧美在线| 日韩小视频在线观看专区| 91麻豆成人久久精品二区三区| 狠狠色丁香婷综合久久| 日产精品久久久久久久性色| 一区二区三区**美女毛片| 欧美激情一区二区三区全黄| 精品国产91亚洲一区二区三区婷婷 | 日韩美女视频一区二区在线观看| 一本到高清视频免费精品| 国产成人综合亚洲网站| 韩国精品主播一区二区在线观看| 日韩精品欧美成人高清一区二区| 亚洲一二三级电影| 亚洲免费视频中文字幕| 综合欧美亚洲日本| 中文字幕一区二区三区乱码在线 | 欧美手机在线视频| 91性感美女视频| 色综合天天综合网国产成人综合天 | 裸体一区二区三区| 美女www一区二区| 久久精品国产第一区二区三区| 日韩国产精品久久| 美女国产一区二区| 久久成人18免费观看| 久久精品99国产精品日本| 久久se精品一区精品二区| 九一九一国产精品| 久久激情五月激情| 国产精品一区一区| 成人av动漫在线| 欧美一级欧美一级在线播放| 日韩一区二区在线看片| 日韩精品专区在线影院观看| 久久综合久久99| 国产区在线观看成人精品| 欧美国产日韩精品免费观看| 亚洲国产精品精华液2区45| 国产精品高潮呻吟| 亚洲一区在线视频| 欧美aaa在线| 国产一区二区主播在线| 国产大陆亚洲精品国产| www.视频一区| 欧美网站大全在线观看| 欧美一区二区观看视频| 久久久精品tv| 综合婷婷亚洲小说| 丝袜诱惑制服诱惑色一区在线观看| 日韩中文字幕麻豆| 国产一区二区三区四区五区入口 | 国产日产欧美精品一区二区三区| 中文字幕一区二区三区四区不卡 | 亚洲美女视频在线观看| 五月激情六月综合| 蜜臀av性久久久久蜜臀aⅴ流畅| 国产在线精品一区在线观看麻豆| 成人精品视频一区二区三区尤物| 色婷婷国产精品| 日韩网站在线看片你懂的| 国产欧美一区二区三区鸳鸯浴 | 亚洲日本在线观看| 日韩在线卡一卡二| 成人免费高清视频在线观看| 91麻豆.com| 精品人伦一区二区色婷婷| 国产精品久久久久三级| 日韩精品欧美精品| 成人午夜私人影院| 这里是久久伊人| 亚洲欧美一区二区在线观看| 秋霞午夜av一区二区三区| 波多野结衣91| 欧美成人欧美edvon| 一区二区三国产精华液| 国产精品一线二线三线精华| 欧美另类高清zo欧美| 国产精品国产三级国产a| 久久成人av少妇免费| 欧美在线999| 国产精品剧情在线亚洲| 蜜臀av性久久久久蜜臀aⅴ四虎| 91网页版在线| 国产欧美视频一区二区| 丝袜亚洲另类欧美| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 一区二区三区四区视频精品免费 | 97久久超碰精品国产| 精品乱人伦小说| 亚洲国产日韩一区二区| 成人午夜激情视频| 亚洲一区在线观看免费| a级精品国产片在线观看| 91精品麻豆日日躁夜夜躁| 亚洲日本在线天堂| 成人毛片在线观看| 精品99久久久久久| 免费人成精品欧美精品| 欧美在线免费观看视频| 亚洲少妇中出一区| 成人午夜又粗又硬又大| 26uuu国产日韩综合| 青青草原综合久久大伊人精品 | 日韩高清国产一区在线| 日本电影欧美片| 成人免费小视频| 国产iv一区二区三区| 精品久久久久久久久久久院品网| 亚洲国产日韩综合久久精品| 91成人免费在线视频| 亚洲视频在线观看三级| fc2成人免费人成在线观看播放 | 免费看日韩精品| 欧美电影影音先锋| 午夜精品久久久久久久99樱桃| 日本久久电影网| 亚洲色欲色欲www| 91免费国产在线观看| 成人欧美一区二区三区1314| 成人精品视频一区| 亚洲视频综合在线| 91福利视频在线| 亚洲超丰满肉感bbw| 欧美日韩成人综合| 丝袜脚交一区二区| 精品女同一区二区| 国产成人在线看| 综合激情成人伊人| 欧美亚洲综合久久| 日韩高清不卡在线| 久久色视频免费观看| 国产一区二区免费看| 欧美国产亚洲另类动漫| 色婷婷综合激情| 天天操天天色综合| 日韩久久免费av| 成人国产亚洲欧美成人综合网| 亚洲欧美另类在线| 欧美精品在线一区二区三区| 久久国产综合精品| 中文字幕免费不卡在线| 91福利在线看| 美日韩一区二区| 中日韩免费视频中文字幕| 91精彩视频在线观看| 六月丁香婷婷色狠狠久久| 国产精品国产精品国产专区不片| 欧美日韩久久不卡| 国产高清精品久久久久|