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

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

?? frame1.java~64~

?? 本系統(tǒng)是基于JBuilder和SQL2000開發(fā)的
?? JAVA~64~
?? 第 1 頁 / 共 4 頁
字號(hào):
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("請輸入所要?jiǎng)h除的讀者ID");
        jLabel9.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel9.setText("請輸入正確的書籍信息");
        jLabel10.setText("編號(hào)");
        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("請輸入要?jiǎng)h除的書籍");
        jPanel4.setFont(new java.awt.Font("黑體", Font.PLAIN, 20));
        jLabel15.setText("輸入書籍編號(hào)");
        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("每天固定在三段時(shí)間收書");
        jLabel17.setFont(new java.awt.Font("黑體", Font.PLAIN, 15));
        jLabel17.setText("書籍編號(hào)為A--H----(早上10點(diǎn))");
        jLabel18.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel18.setText("書籍編號(hào)為I--Q----(下午3點(diǎn))");
        jLabel19.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel19.setText("書籍編號(hào)為R--Z----(晚上8點(diǎn))");
        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("每天固定在三段時(shí)間送書");
        jLabel21.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel21.setText("書籍編號(hào)為A--H----(早上10點(diǎn))");
        jLabel22.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel22.setText("書籍編號(hào)為A--H----(下午3點(diǎn))");
        jLabel23.setFont(new java.awt.Font("宋體", Font.PLAIN, 15));
        jLabel23.setToolTipText("");
        jLabel23.setText("書籍編號(hào)為A--H----(晚上8點(diǎn))");
        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)計(jì)");
        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)計(jì)");
        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));
        jTabbedPane1.add(jPanel7, "查看書籍");
        jPanel7.add(jLabel24, new XYConstraints(123, 36, -1, -1));
        jTabbedPane1.add(jPanel8, "查看讀者");
        jPanel8.add(jLabel25, new XYConstraints(126, 41, -1, -1));
        contentPane.add(jLabel6, new XYConstraints(110, 10, 268, 28));
        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));
        jPanel3.add(jLabel13, new XYConstraints(32, 264, -1, -1));

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩亚洲国产中文字幕欧美| 日韩1区2区3区| 国产曰批免费观看久久久| 欧美一区二区视频在线观看| 日韩一区二区在线观看视频| 中文字幕一区二区三区在线观看 | 欧美性视频一区二区三区| 精品国产一区二区精华| 亚洲mv大片欧洲mv大片精品| 成人激情av网| 日韩精品一区二区三区四区| 亚洲精品福利视频网站| 成人在线视频首页| 久久精品一区八戒影视| 经典三级视频一区| 在线播放中文一区| 日韩国产高清在线| 欧美美女一区二区在线观看| 亚洲国产毛片aaaaa无费看| 99国产精品久久久久久久久久久| 国产午夜一区二区三区| 国产综合久久久久久鬼色| 欧美一区二区三区在线观看| 亚洲一区二区三区爽爽爽爽爽 | 欧美精彩视频一区二区三区| 麻豆精品久久精品色综合| 日韩美女一区二区三区| 麻豆91免费观看| xvideos.蜜桃一区二区| 美腿丝袜一区二区三区| 精品国产欧美一区二区| 日本特黄久久久高潮| 欧美日韩亚洲综合| 一区二区国产视频| 欧美精品久久久久久久久老牛影院 | 一区精品在线播放| 一本色道**综合亚洲精品蜜桃冫| 一区二区三区在线免费视频| 欧美色精品天天在线观看视频| 日韩电影免费在线看| 欧美精品一区二| 成人午夜大片免费观看| 亚洲精品中文字幕在线观看| 欧美男生操女生| 成人免费视频视频在线观看免费 | 99久久久无码国产精品| 亚洲h动漫在线| 日本一区二区动态图| 欧美亚洲动漫精品| 国产一区二区福利| 一二三四社区欧美黄| 91精品国产综合久久精品app| 国产在线精品一区二区三区不卡| 亚洲欧洲三级电影| 欧美大片在线观看一区| 99re视频这里只有精品| 日韩成人精品在线| 亚洲卡通动漫在线| 欧美精品一区二区久久婷婷| 在线看日本不卡| 精品亚洲免费视频| 性感美女极品91精品| 国产精品第四页| 国产日产亚洲精品系列| 欧美一级二级三级乱码| 色av一区二区| 99re在线视频这里只有精品| 国产毛片精品一区| 免费的国产精品| 日本成人在线看| 亚洲国产精品久久艾草纯爱| 日本一区二区不卡视频| 亚洲精品在线免费播放| 69p69国产精品| 色狠狠色噜噜噜综合网| 97久久人人超碰| 成人深夜福利app| 成人av在线影院| 国产 欧美在线| 国产宾馆实践打屁股91| 国产成人自拍在线| 丁香婷婷综合五月| 成人av影院在线| 99久久免费视频.com| 91视频com| 欧美性xxxxxx少妇| 欧美日韩国产综合一区二区三区 | 91啦中文在线观看| 一本久道久久综合中文字幕| 91丨九色丨蝌蚪富婆spa| 91女人视频在线观看| 日本韩国精品在线| 欧美日韩精品一区二区三区| 91麻豆精品91久久久久久清纯| 7777精品伊人久久久大香线蕉最新版 | 3d动漫精品啪啪1区2区免费 | 久久嫩草精品久久久精品一| 欧美高清在线一区二区| 亚洲自拍偷拍图区| 免费不卡在线视频| 丰满放荡岳乱妇91ww| 日本高清成人免费播放| 91精品国产色综合久久| 国产日产欧美一区二区三区| 亚洲精品成人在线| 国产真实精品久久二三区| 色婷婷亚洲精品| 精品免费视频一区二区| 亚洲免费视频中文字幕| 免费高清视频精品| 在线亚洲+欧美+日本专区| 精品免费一区二区三区| 亚洲精品大片www| 韩国av一区二区| 在线观看视频91| 国产香蕉久久精品综合网| 国产精品不卡在线| 久久国产精品一区二区| 色爱区综合激月婷婷| 2023国产精品视频| 丝袜a∨在线一区二区三区不卡| 国产成人超碰人人澡人人澡| 欧美影院一区二区三区| 欧美国产成人精品| 免费av成人在线| 欧美视频一区二区在线观看| 欧美激情综合在线| 国产精品自在欧美一区| 7777精品伊人久久久大香线蕉完整版 | 精品少妇一区二区| 美女精品一区二区| 正在播放亚洲一区| 丝袜亚洲另类欧美综合| 欧美日韩在线不卡| 亚洲国产视频网站| 欧美日韩三级一区| 日韩经典一区二区| 欧美一区二区三区四区在线观看| 婷婷夜色潮精品综合在线| 欧美午夜电影网| 日韩激情视频网站| 日韩免费观看2025年上映的电影| 日本中文字幕一区二区视频 | 精品国产91乱码一区二区三区| 亚洲成人av在线电影| 日韩一区二区免费在线电影| 蜜臀久久99精品久久久画质超高清| 日韩欧美专区在线| 国产精品影视天天线| 国产女人aaa级久久久级| 国产大陆精品国产| 亚洲人成伊人成综合网小说| 91在线小视频| 五月天国产精品| 精品国产乱码91久久久久久网站| 国产一区二区三区免费看| 久久日韩精品一区二区五区| 丁香亚洲综合激情啪啪综合| 国产日韩v精品一区二区| 欧美在线综合视频| 久久se这里有精品| 亚洲精品视频免费看| 91精品国产一区二区三区| 高清国产一区二区| 天天综合日日夜夜精品| 久久九九99视频| 宅男噜噜噜66一区二区66| 成人av在线资源网| 精品一区二区三区不卡| 亚洲日本一区二区| 91麻豆精品国产无毒不卡在线观看| 国产成人综合自拍| 亚洲成国产人片在线观看| 国产精品成人免费在线| 91精品国产色综合久久久蜜香臀| 午夜精品123| 亚洲午夜在线视频| 国产精品的网站| 欧美国产精品专区| 欧美不卡一二三| 欧美日韩在线综合| 91麻豆swag| 99re视频精品| 不卡av在线免费观看| 国产精品888| 国产精品综合视频| 国产乱子伦一区二区三区国色天香| 午夜精品在线看| 日本欧美久久久久免费播放网| 日韩精品91亚洲二区在线观看 | 欧美三级资源在线| 欧美日韩三级视频| 精品三级av在线| 欧美国产精品中文字幕| 最新成人av在线| 午夜亚洲国产au精品一区二区| 日本不卡视频在线| 国产成人精品亚洲日本在线桃色| 不卡的av在线播放| 欧美三级中文字幕在线观看|