⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bankclient.java

📁 本工程模拟网上社区,其中包括银行,软件销售公司,软件投资公司,茶餐馆,和多个服务器.
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
                        .add(jButton_Cancel, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 92, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
                    .add(jPanelLogonLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING, false)
                        .add(org.jdesktop.layout.GroupLayout.LEADING, jPasswordField)
                        .add(org.jdesktop.layout.GroupLayout.LEADING, jTextFieldId, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 175, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
                .addContainerGap())
        );
        jPanelLogonLayout.setVerticalGroup(
            jPanelLogonLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
            .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanelLogonLayout.createSequentialGroup()
                .add(34, 34, 34)
                .add(jPanelLogonLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
                    .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanelLogonLayout.createSequentialGroup()
                        .add(jLabel_Account, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 29, Short.MAX_VALUE)
                        .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
                        .add(jLabel_Password, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 33, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                        .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED))
                    .add(jPanelLogonLayout.createSequentialGroup()
                        .add(jTextFieldId, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                        .add(16, 16, 16)
                        .add(jPasswordField, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
                .add(21, 21, 21)
                .add(jPanelLogonLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
                    .add(jButton_Logon, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                    .add(jButton_Create, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                    .add(jButton_Cancel, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
                .add(29, 29, 29))
        );

        jPanelServer.setMaximumSize(new java.awt.Dimension(690, 485));
        jPanelServer.setMinimumSize(new java.awt.Dimension(690, 485));
        jPanelServer.setPreferredSize(new java.awt.Dimension(690, 485));
        jButtonDestroy.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/lock.png")));
        jButtonDestroy.setText("\u6ce8\u9500\u8d26\u53f7");
        jButtonDestroy.setMaximumSize(new java.awt.Dimension(86, 28));
        jButtonDestroy.setMinimumSize(new java.awt.Dimension(86, 28));
        jButtonDestroy.setPreferredSize(new java.awt.Dimension(86, 28));
        jButtonDestroy.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonDestroyMouseClicked(evt);
            }
        });

        jButtonPassword.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/lin_agt_wrench.png")));
        jButtonPassword.setText("\u4fee\u6539\u5bc6\u7801");
        jButtonPassword.setMaximumSize(new java.awt.Dimension(86, 28));
        jButtonPassword.setMinimumSize(new java.awt.Dimension(86, 28));
        jButtonPassword.setPreferredSize(new java.awt.Dimension(86, 28));
        jButtonPassword.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonPasswordMouseClicked(evt);
            }
        });

        jButtonEdit.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/agt_Utilities.png")));
        jButtonEdit.setText("\u7f16\u8f91\u4fe1\u606f");
        jButtonEdit.setMaximumSize(new java.awt.Dimension(86, 28));
        jButtonEdit.setMinimumSize(new java.awt.Dimension(86, 28));
        jButtonEdit.setPreferredSize(new java.awt.Dimension(86, 28));
        jButtonEdit.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonEditMouseClicked(evt);
            }
        });

        jButtonQuery.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/mail_find.png")));
        jButtonQuery.setText("\u67e5\u8be2\u4fe1\u606f");
        jButtonQuery.setMaximumSize(new java.awt.Dimension(86, 28));
        jButtonQuery.setMinimumSize(new java.awt.Dimension(86, 28));
        jButtonQuery.setPreferredSize(new java.awt.Dimension(86, 28));
        jButtonQuery.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonQueryMouseClicked(evt);
            }
        });

        jButtonTrans.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/reload.png")));
        jButtonTrans.setText("\u8f6c\u5e10\u4e1a\u52a1");
        jButtonTrans.setMaximumSize(new java.awt.Dimension(86, 28));
        jButtonTrans.setMinimumSize(new java.awt.Dimension(86, 28));
        jButtonTrans.setPreferredSize(new java.awt.Dimension(86, 28));
        jButtonTrans.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonTransMouseClicked(evt);
            }
        });

        jButtonDesipot.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/inbox.png")));
        jButtonDesipot.setText("\u5b58/\u53d6\u6b3e");
        jButtonDesipot.setMaximumSize(new java.awt.Dimension(76, 28));
        jButtonDesipot.setMinimumSize(new java.awt.Dimension(76, 28));
        jButtonDesipot.setPreferredSize(new java.awt.Dimension(76, 28));
        jButtonDesipot.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonDesipotMouseClicked(evt);
            }
        });

        jButtonLoan.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/editclear.png")));
        jButtonLoan.setText("\u8d37\u6b3e\u4e1a\u52a1");
        jButtonLoan.setMaximumSize(new java.awt.Dimension(86, 28));
        jButtonLoan.setMinimumSize(new java.awt.Dimension(86, 28));
        jButtonLoan.setPreferredSize(new java.awt.Dimension(86, 28));
        jButtonLoan.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonLoanMouseClicked(evt);
            }
        });

        jLabel1.setText("\u670d\u52a1\uff1a");
        jLabel1.setMaximumSize(new java.awt.Dimension(39, 18));
        jLabel1.setMinimumSize(new java.awt.Dimension(39, 18));
        jLabel1.setPreferredSize(new java.awt.Dimension(39, 18));

        jScrollPanelDisplay.setFocusable(false);
        jScrollPanelDisplay.setMaximumSize(new java.awt.Dimension(467, 348));
        jScrollPanelDisplay.setMinimumSize(new java.awt.Dimension(467, 348));
        jScrollPanelDisplay.setPreferredSize(new java.awt.Dimension(467, 348));
        jPanelEdit.setBackground(new java.awt.Color(255, 255, 255));
        jPanelEdit.setFocusable(false);
        jPanelEdit.setMaximumSize(new java.awt.Dimension(460, 348));
        jPanelEdit.setMinimumSize(new java.awt.Dimension(460, 348));
        jPanelEdit.setPreferredSize(new java.awt.Dimension(460, 348));
        jLabel25.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/edit_user.png")));
        jLabel25.setText("\u56fa\u5b9a\u7535\u8bdd");
        jLabel25.setMaximumSize(new java.awt.Dimension(65, 18));
        jLabel25.setMinimumSize(new java.awt.Dimension(65, 18));
        jLabel25.setPreferredSize(new java.awt.Dimension(65, 18));

        jLabel24.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/queue.png")));
        jLabel24.setText("\u7535\u5b50\u90ae\u4ef6");
        jLabel24.setMaximumSize(new java.awt.Dimension(39, 18));
        jLabel24.setMinimumSize(new java.awt.Dimension(39, 18));
        jLabel24.setPreferredSize(new java.awt.Dimension(39, 18));

        jTextFieldEditPhoneNo.addKeyListener(new java.awt.event.KeyAdapter() {
            public void keyReleased(java.awt.event.KeyEvent evt) {
                jTextFieldEditPhoneNoKeyReleased(evt);
            }
        });

        jButtonEditCancel.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/agt_back.png")));
        jButtonEditCancel.setText("\u53d6\u6d88");
        jButtonEditCancel.setMaximumSize(new java.awt.Dimension(60, 28));
        jButtonEditCancel.setMinimumSize(new java.awt.Dimension(60, 28));
        jButtonEditCancel.setPreferredSize(new java.awt.Dimension(60, 28));
        jButtonEditCancel.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonEditCancelMouseClicked(evt);
            }
        });

        jButtonEditOk.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/player-end.png")));
        jButtonEditOk.setText("\u786e\u5b9a");
        jButtonEditOk.setMaximumSize(new java.awt.Dimension(60, 28));
        jButtonEditOk.setMinimumSize(new java.awt.Dimension(60, 28));
        jButtonEditOk.setPreferredSize(new java.awt.Dimension(60, 28));
        jButtonEditOk.addMouseListener(new java.awt.event.MouseAdapter() {
            public void mouseClicked(java.awt.event.MouseEvent evt) {
                jButtonEditOkMouseClicked(evt);
            }
        });

        jLabel16.setText("\u4fee\u6539\u8054\u7cfb\u65b9\u5f0f\uff1a");

        jLabel17.setText("\u8bf7\u52a1\u5fc5\u8ba4\u771f\u586b\u5199\u60a8\u7684\u8054\u7cfb\u65b9\u5f0f\uff01");

        org.jdesktop.layout.GroupLayout jPanelEditLayout = new org.jdesktop.layout.GroupLayout(jPanelEdit);
        jPanelEdit.setLayout(jPanelEditLayout);
        jPanelEditLayout.setHorizontalGroup(
            jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
            .add(jPanelEditLayout.createSequentialGroup()
                .add(51, 51, 51)
                .add(jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
                    .add(jPanelEditLayout.createSequentialGroup()
                        .add(jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.TRAILING)
                            .add(jLabel25, 0, 0, Short.MAX_VALUE)
                            .add(jLabel24, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 105, Short.MAX_VALUE)
                            .add(org.jdesktop.layout.GroupLayout.LEADING, jButtonEditOk, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 105, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
                        .add(7, 7, 7)
                        .add(jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
                            .add(jTextFieldEditPhoneNo, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 147, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                            .add(jLabel17)
                            .add(jTextFieldEditAddress, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 211, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                            .add(org.jdesktop.layout.GroupLayout.TRAILING, jButtonEditCancel, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 103, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)))
                    .add(jLabel16))
                .add(86, 86, 86))
        );
        jPanelEditLayout.setVerticalGroup(
            jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
            .add(jPanelEditLayout.createSequentialGroup()
                .add(30, 30, 30)
                .add(jLabel16)
                .add(37, 37, 37)
                .add(jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
                    .add(jTextFieldEditAddress, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                    .add(jLabel24, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 34, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
                .add(25, 25, 25)
                .add(jLabel17)
                .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED, 13, Short.MAX_VALUE)
                .add(jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
                    .add(jTextFieldEditPhoneNo, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                    .add(jLabel25, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 35, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
                .add(31, 31, 31)
                .add(jPanelEditLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.BASELINE)
                    .add(jButtonEditOk, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
                    .add(jButtonEditCancel, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
                .add(85, 85, 85))
        );
        jScrollPanelDisplay.setViewportView(jPanelEdit);

        jPanelTrans.setBackground(new java.awt.Color(255, 255, 255));
        jPanelTrans.setMaximumSize(new java.awt.Dimension(460, 348));
        jPanelTrans.setMinimumSize(new java.awt.Dimension(460, 348));
        jPanelTrans.setPreferredSize(new java.awt.Dimension(460, 348));
        jLabel3.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/contents.png")));
        jLabel3.setText("\u8f6c\u5165\u8d26\u53f7\uff1a");

        jLabel4.setIcon(new javax.swing.ImageIcon(getClass().getResource("/icon/fileimport.png")));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -