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

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

?? frame1.java~67~

?? 本系統(tǒng)是基于JBuilder和SQL2000開發(fā)的
?? JAVA~67~
?? 第 1 頁 / 共 4 頁
字號:
package 管理員界面;

import java.awt.BorderLayout;
import java.awt.Dimension;

import javax.swing.JFrame;
import javax.swing.JPanel;
import com.borland.jbcl.layout.XYLayout;
import com.borland.jbcl.layout.*;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JFormattedTextField;
import javax.swing.JOptionPane;
import javax.swing.JToolBar;
import javax.swing.JTextPane;
import javax.swing.JTabbedPane;
import javax.swing.JEditorPane;
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.JPopupMenu;
import javax.swing.JTextArea;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JButton;
import java.awt.Font;
import javax.swing.JRadioButton;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
import javax.swing.ButtonGroup;
import java.awt.event.*;

public class Frame1 extends JFrame {
    Connection conn;
    JPanel contentPane;
    XYLayout xYLayout1 = new XYLayout();
    JTabbedPane jTabbedPane1 = new JTabbedPane();
    JPanel jPanel1 = new JPanel();
    JPanel jPanel2 = new JPanel();
    JPanel jPanel3 = new JPanel();
    JPanel jPanel4 = new JPanel();
    JPanel jPanel5 = new JPanel();
    JPanel jPanel6 = new JPanel();
    JPanel jPanel7 = new JPanel();
    JPanel jPanel8 = new JPanel();
    JLabel jLabel1 = new JLabel();
    XYLayout xYLayout2 = new XYLayout();
    JTextField jTextField1 = new JTextField();
    JLabel jLabel2 = new JLabel();
    JLabel jLabel3 = new JLabel();
    JLabel jLabel4 = new JLabel();
    JTextField jTextField2 = new JTextField();
    JTextField jTextField3 = new JTextField();
    JTextField jTextField4 = new JTextField();
    JButton jButton1 = new JButton();
    JLabel jLabel5 = new JLabel();
    JLabel jLabel6 = new JLabel();
    XYLayout xYLayout3 = new XYLayout();
    JLabel jLabel7 = new JLabel();
    JTextField jTextField5 = new JTextField();
    JButton jButton2 = new JButton();
    JTextArea jTextArea1 = new JTextArea();
    JButton jButton3 = new JButton();
    XYLayout xYLayout4 = new XYLayout();
    JLabel jLabel8 = new JLabel();
    JLabel jLabel9 = new JLabel();
    JLabel jLabel10 = new JLabel();
    JLabel jLabel11 = new JLabel();
    JLabel jLabel12 = new JLabel();
    JLabel jLabel13 = new JLabel();
    JTextField jTextField6 = new JTextField();
    JTextField jTextField7 = new JTextField();
    JTextField jTextField8 = new JTextField();
    JTextField jTextField9 = new JTextField();
    JButton jButton4 = new JButton();
    XYLayout xYLayout5 = new XYLayout();
    JLabel jLabel14 = new JLabel();
    JLabel jLabel15 = new JLabel();
    JTextField jTextField10 = new JTextField();
    JTextArea jTextArea2 = new JTextArea();
    JButton jButton5 = new JButton();
    JButton jButton6 = new JButton();
    XYLayout xYLayout6 = new XYLayout();
    JLabel jLabel16 = new JLabel();
    JLabel jLabel17 = new JLabel();
    JLabel jLabel18 = new JLabel();
    JLabel jLabel19 = new JLabel();
    JButton jButton7 = new JButton();
    JButton jButton8 = new JButton();
    JButton jButton9 = new JButton();
    XYLayout xYLayout7 = new XYLayout();
    JLabel jLabel20 = new JLabel();
    JLabel jLabel21 = new JLabel();
    JLabel jLabel22 = new JLabel();
    JLabel jLabel23 = new JLabel();
    JButton jButton10 = new JButton();
    JButton jButton11 = new JButton();
    JButton jButton12 = new JButton();
    XYLayout xYLayout8 = new XYLayout();
    JLabel jLabel24 = new JLabel();
    JScrollPane jScrollPane1 = new JScrollPane();
    JRadioButton jRadioButton1 = new JRadioButton();
    JRadioButton jRadioButton2 = new JRadioButton();
    JRadioButton jRadioButton3 = new JRadioButton();
    JRadioButton jRadioButton4 = new JRadioButton();
    JButton jButton13 = new JButton();
    JTextArea jTextArea3 = new JTextArea();
    XYLayout xYLayout9 = new XYLayout();
    JLabel jLabel25 = new JLabel();
    JScrollPane jScrollPane2 = new JScrollPane();
    JTextArea jTextArea4 = new JTextArea();
    JRadioButton jRadioButton5 = new JRadioButton();
    JRadioButton jRadioButton6 = new JRadioButton();
    JRadioButton jRadioButton7 = new JRadioButton();
    JRadioButton jRadioButton8 = new JRadioButton();
    JButton jButton14 = new JButton();
    ButtonGroup buttonGroup1 = new ButtonGroup();
    ButtonGroup bg=new ButtonGroup();
    JButton jButton15 = new JButton();
    ButtonGroup buttonGroup2 = new ButtonGroup();
    JButton jButton16 = new JButton();

    public Frame1() {
        try {
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            jbInit();
        } catch (Exception exception) {
            exception.printStackTrace();
        }
    }
    private void jbInit() throws Exception {
        try
        {
            Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
            String connURL ="jdbc:odbc:library";
            String user = "sa";
            String pw = "123";
            conn=DriverManager.getConnection(connURL,user,pw);
        }
        catch(Exception e)
        {
            System.out.println("class no found can not connect to sql server"+e);
        }

        this.addWindowListener(new WindowAdapter() {
           public void windowClosing(WindowEvent e) {
               closeWindow(e);
           }
       });
        contentPane = (JPanel) getContentPane();
        contentPane.setLayout(xYLayout1);
        setSize(new Dimension(500, 480));
        setTitle("圖書館管理員管理界面");
        jLabel1.setText("ID");
        jPanel1.setLayout(xYLayout2);
        jLabel2.setText("姓名");
        jLabel3.setText("宿舍");
        jLabel4.setText("密碼");
        jButton1.setText("確定");
        jButton1.addActionListener(new Frame1_jButton1_actionAdapter(this));
        jLabel5.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel5.setText("請?zhí)顚懻_的讀者信息");
        jLabel6.setFont(new java.awt.Font("黑體", Font.PLAIN, 25));
        jLabel6.setText("圖書館管理員管理界面");
        jPanel2.setLayout(xYLayout3);
        jLabel7.setText("刪除ID");
        jButton2.setText("確認(rèn)信息");
        jButton2.addActionListener(new Frame1_jButton2_actionAdapter(this));
        jButton3.setText("確認(rèn)刪除");
        jButton3.addActionListener(new Frame1_jButton3_actionAdapter(this));
        jPanel3.setLayout(xYLayout4);
        jLabel8.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel8.setText("請輸入所要刪除的讀者ID");
        jLabel9.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel9.setText("請輸入正確的書籍信息");
        jLabel10.setText("編號");
        jLabel11.setText("書名");
        jLabel12.setText("作者");
        jLabel13.setText("出版社");
        jButton4.setText("確定");
        jButton4.addActionListener(new Frame1_jButton4_actionAdapter(this));
        jPanel4.setLayout(xYLayout5);
        jLabel14.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel14.setText("請輸入要刪除的書籍");
        jPanel4.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel15.setText("輸入書籍編號");
        jButton5.setText("確認(rèn)信息");
        jButton5.addActionListener(new Frame1_jButton5_actionAdapter(this));
        jButton6.setText("確認(rèn)刪除");
        jButton6.addActionListener(new Frame1_jButton6_actionAdapter(this));
        jPanel5.setLayout(xYLayout6);
        jLabel16.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel16.setText("每天固定在三段時間收書");
        jLabel17.setFont(new java.awt.Font("黑體", Font.PLAIN, 15));
        jLabel17.setText("書籍編號為A--H----(早上10點)");
        jLabel18.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel18.setText("書籍編號為I--Q----(下午3點)");
        jLabel19.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel19.setText("書籍編號為R--Z----(晚上8點)");
        jButton7.setText("確定收書");
        jButton7.addActionListener(new Frame1_jButton7_actionAdapter(this));
        jButton8.setText("確定收書");
        jButton8.addActionListener(new Frame1_jButton8_actionAdapter(this));
        jButton9.setText("確定收書");
        jButton9.addActionListener(new Frame1_jButton9_actionAdapter(this));
        jPanel6.setLayout(xYLayout7);
        jLabel20.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel20.setText("每天固定在三段時間送書");
        jLabel21.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel21.setText("書籍編號為A--H----(早上10點)");
        jLabel22.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel22.setText("書籍編號為A--H----(下午3點)");
        jLabel23.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel23.setToolTipText("");
        jLabel23.setText("書籍編號為A--H----(晚上8點)");
        jPanel6.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jButton10.setText("確定送書");
        jButton10.addActionListener(new Frame1_jButton10_actionAdapter(this));
        jButton11.setText("確定送書");
        jButton11.addActionListener(new Frame1_jButton11_actionAdapter(this));
        jButton12.setText("確定送書");
        jButton12.addActionListener(new Frame1_jButton12_actionAdapter(this));
        jPanel7.setLayout(xYLayout8);
        jLabel24.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel24.setText("查看所有的書籍信息");
        jRadioButton1.setText("按書名");
        jRadioButton1.addActionListener(new Frame1_jRadioButton1_actionAdapter(this));
        jRadioButton2.setText("按作者");
        jRadioButton3.setText("按出版社");
        jRadioButton4.setText("書籍統(tǒng)計");
        jButton13.setText("查看");
        jButton13.addActionListener(new Frame1_jButton13_actionAdapter(this));
        jTextArea3.setToolTipText("");
        jPanel8.setLayout(xYLayout9);
        jLabel25.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel25.setText("查看所有的讀者信息");
        jRadioButton5.setText("按ID");
        jRadioButton6.setText("按姓名");
        jRadioButton7.setText("按宿舍");
        jRadioButton8.setText("讀者統(tǒng)計");
        jButton14.setText("查看");
        jButton14.addActionListener(new Frame1_jButton14_actionAdapter(this));
        jButton15.setText("清空");
        jButton15.addActionListener(new Frame1_jButton15_actionAdapter(this));
        jButton16.setText("清空");
        jButton16.addActionListener(new Frame1_jButton16_actionAdapter(this));
        jTabbedPane1.add(jPanel1, "增加ID");
        jTabbedPane1.add(jPanel2, "刪除ID");
        jTabbedPane1.add(jPanel3, "增加書籍");
        jPanel3.add(jLabel9, new XYConstraints(121, 28, -1, -1));
        jPanel3.add(jLabel10, new XYConstraints(36, 78, -1, -1));
        jTabbedPane1.add(jPanel4, "刪除書籍");
        jPanel4.add(jLabel14, new XYConstraints(130, 31, -1, -1));
        jPanel5.add(jLabel16, new XYConstraints(104, 26, -1, -1));
        jPanel5.add(jLabel17, new XYConstraints(16, 92, -1, -1));
        jPanel5.add(jButton9, new XYConstraints(334, 250, -1, -1));
        jPanel5.add(jButton7, new XYConstraints(334, 92, -1, -1));
        jPanel5.add(jLabel18, new XYConstraints(16, 169, -1, -1));
        jPanel5.add(jLabel19, new XYConstraints(15, 250, -1, -1));
        jPanel5.add(jButton8, new XYConstraints(334, 168, -1, -1));
        jPanel6.add(jLabel21, new XYConstraints(16, 91, -1, -1));
        jPanel6.add(jButton10, new XYConstraints(325, 91, -1, -1));
        jPanel6.add(jButton11, new XYConstraints(324, 167, -1, -1));
        jPanel6.add(jButton12, new XYConstraints(323, 240, -1, -1));
        jPanel6.add(jLabel23, new XYConstraints(13, 244, -1, -1));
        jPanel6.add(jLabel22, new XYConstraints(14, 166, -1, -1));
        jPanel6.add(jLabel20, new XYConstraints(104, 27, -1, -1));
        contentPane.add(jLabel6, new XYConstraints(113, 8, 268, 28));
        jTabbedPane1.add(jPanel7, "查看書籍");
        jPanel7.add(jLabel24, new XYConstraints(123, 36, -1, -1));
        jTabbedPane1.add(jPanel8, "查看讀者");
        jPanel8.add(jLabel25, new XYConstraints(126, 41, -1, -1));
        jPanel1.add(jLabel5, new XYConstraints(95, 17, -1, -1));
        jPanel2.add(jLabel7, new XYConstraints(13, 67, -1, -1));
        jPanel2.add(jLabel8, new XYConstraints(106, 13, -1, -1));
        jPanel2.add(jButton3, new XYConstraints(324, 250, 83, 77));
        jPanel2.add(jButton2, new XYConstraints(323, 58, 84, 30));
        jPanel3.add(jLabel11, new XYConstraints(34, 135, -1, -1));
        jPanel3.add(jTextField6, new XYConstraints(101, 70, 220, 44));
        jPanel3.add(jTextField8, new XYConstraints(101, 187, 220, 44));
        jPanel3.add(jLabel12, new XYConstraints(35, 202, -1, -1));
        jPanel3.add(jButton4, new XYConstraints(350, 252, 77, 66));
        jPanel3.add(jTextField7, new XYConstraints(101, 127, 220, 44));
        jPanel3.add(jTextField9, new XYConstraints(102, 249, 220, 44));

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
av在线不卡免费看| 美女一区二区三区在线观看| 欧美视频在线一区| 午夜激情久久久| 欧美喷水一区二区| 三级久久三级久久| 久久女同互慰一区二区三区| 色成人在线视频| 免费观看成人av| 中文字幕一区二区在线播放 | 北岛玲一区二区三区四区| 亚洲自拍偷拍综合| 精品福利一区二区三区| 色88888久久久久久影院野外| 国产乱人伦偷精品视频免下载 | 日韩理论电影院| 日韩一二三区不卡| 99久久精品免费观看| 日本午夜精品视频在线观看| 精品国产伦一区二区三区免费| 色av成人天堂桃色av| 麻豆精品久久久| 亚洲精品国产视频| 国产日韩欧美综合在线| 8v天堂国产在线一区二区| 美女视频一区在线观看| 一区二区免费视频| 国产精品午夜春色av| 日韩久久久精品| heyzo一本久久综合| 免费国产亚洲视频| 亚洲国产欧美日韩另类综合| 国产欧美日韩在线看| 日韩一卡二卡三卡| 色视频欧美一区二区三区| 另类调教123区 | 麻豆精品精品国产自在97香蕉| 亚洲色图欧洲色图| 欧美一区二区三区男人的天堂| 91久久奴性调教| youjizz久久| 国产一区二区在线视频| 日韩精品电影一区亚洲| 亚洲午夜在线电影| 最新国产の精品合集bt伙计| 欧美韩日一区二区三区| 久久久久久黄色| 26uuu欧美日本| 日韩欧美国产三级电影视频| 色老综合老女人久久久| 色综合夜色一区| 国产又黄又大久久| 精品一区二区国语对白| 亚洲午夜av在线| 亚洲成人免费在线| 久久久夜色精品亚洲| 欧美一区欧美二区| 国产成人午夜电影网| 美女精品一区二区| 精东粉嫩av免费一区二区三区 | 亚洲另类春色校园小说| 成人欧美一区二区三区小说| 综合av第一页| 一区二区不卡在线视频 午夜欧美不卡在| 1000部国产精品成人观看| 亚洲欧洲日产国产综合网| 2023国产精华国产精品| 国产精品三级电影| 国产精品第一页第二页第三页| 中文字幕一区二| 亚洲激情一二三区| 日韩激情视频网站| 激情五月婷婷综合网| 成人免费观看男女羞羞视频| 91麻豆福利精品推荐| 欧美午夜免费电影| 欧美电影精品一区二区| 国产精品久久国产精麻豆99网站| 亚洲国产成人porn| 国产二区国产一区在线观看 | 精品久久人人做人人爱| 国产精品传媒入口麻豆| 日韩高清一级片| 波多野结衣欧美| 日韩免费在线观看| 亚洲三级理论片| 激情综合网天天干| 在线观看亚洲a| 337p粉嫩大胆噜噜噜噜噜91av| 亚洲欧洲在线观看av| 老司机午夜精品| 91久久免费观看| 国产欧美精品一区二区色综合 | 久久久亚洲高清| 亚洲在线中文字幕| 大陆成人av片| 日韩三级在线观看| 亚洲三级电影网站| 国产伦理精品不卡| 3d成人动漫网站| 亚洲欧美偷拍另类a∨色屁股| 久久精品久久99精品久久| 色婷婷综合久久久久中文| 久久久www免费人成精品| 婷婷丁香久久五月婷婷| 97se亚洲国产综合在线| 国产欧美一区二区在线| 日韩电影在线观看电影| 91极品视觉盛宴| 国产精品色呦呦| 国产综合色精品一区二区三区| 91精品一区二区三区在线观看| 亚洲另类在线视频| 波波电影院一区二区三区| 国产亚洲精久久久久久| 久久97超碰色| 欧美一区二区三区爱爱| 亚洲成人中文在线| 91老师片黄在线观看| 1区2区3区国产精品| 国产成人高清视频| 2020国产精品自拍| 久久不见久久见免费视频7| 在线播放视频一区| 日韩精品五月天| 欧美夫妻性生活| 日本人妖一区二区| 欧美久久久久久久久久| 午夜精品一区二区三区电影天堂| 一本到三区不卡视频| 亚洲欧美日韩人成在线播放| av在线免费不卡| 亚洲靠逼com| 91黄色激情网站| 亚洲午夜久久久久久久久电影网| 91一区二区三区在线观看| 中文字幕在线观看一区| 99国产欧美久久久精品| 亚洲欧美欧美一区二区三区| 色婷婷一区二区三区四区| 一区二区在线观看不卡| 91精品福利在线| 一区二区成人在线视频| 欧美日本免费一区二区三区| 午夜精品久久久久久久蜜桃app| 精品视频在线看| 日本在线不卡视频一二三区| 91精品国产欧美日韩| 久久精品999| 久久综合久色欧美综合狠狠| 国产成人综合视频| **欧美大码日韩| 欧美午夜电影在线播放| 日韩精品免费视频人成| 精品处破学生在线二十三| 国产盗摄视频一区二区三区| 国产精品久久久久久久久晋中| 99久久久国产精品免费蜜臀| 亚洲精选免费视频| 欧美日韩免费一区二区三区视频| 欧美aa在线视频| 久久九九久精品国产免费直播| 91视频观看视频| 日韩专区中文字幕一区二区| 久久色在线视频| 91最新地址在线播放| 午夜精品久久久久影视| 精品福利av导航| 91在线国产观看| 日本最新不卡在线| 国产日韩欧美精品电影三级在线 | 成人小视频在线观看| 亚洲精品乱码久久久久| 91精品欧美综合在线观看最新| 国产成人一区在线| 亚洲一卡二卡三卡四卡无卡久久| 精品国产乱码久久| 91啪亚洲精品| 久久机这里只有精品| 亚洲少妇中出一区| 欧美变态口味重另类| 91美女在线看| 久久av资源网| 一区二区三区四区高清精品免费观看| 91精选在线观看| www.亚洲精品| 久久99蜜桃精品| 艳妇臀荡乳欲伦亚洲一区| 久久夜色精品一区| 欧美福利视频导航| 91亚洲国产成人精品一区二区三 | 精品国免费一区二区三区| 91丝袜美女网| 久久99日本精品| 亚洲国产精品综合小说图片区| 中文字幕欧美国产| 日韩免费一区二区| 欧美男人的天堂一二区| 99久久久久久99| 国产成人啪免费观看软件|