[Java] 图书管理系统增删改查 →→→→→进入此内容的聊天室

来自 , 2020-04-16, 写在 Java, 查看 117 次.
URL http://www.code666.cn/view/674bfc5f
  1. package com.java.view;
  2.  
  3. /**
  4.  *
  5.  * @author  __USER__
  6.  */
  7. public class AboutJava1234InterFrm extends javax.swing.JInternalFrame {
  8.  
  9.         /** Creates new form AboutJava1234InterFrm */
  10.         public AboutJava1234InterFrm() {
  11.                 initComponents();
  12.                 this.setLocation(200, 50);
  13.         }
  14.  
  15.         /** This method is called from within the constructor to
  16.          * initialize the form.
  17.          * WARNING: Do NOT modify this code. The content of this method is
  18.          * always regenerated by the Form Editor.
  19.          */
  20.         //GEN-BEGIN:initComponents
  21.         // <editor-fold defaultstate="collapsed" desc="Generated Code">
  22.         private void initComponents() {
  23.  
  24.                 jLabel1 = new javax.swing.JLabel();
  25.                 jLabel2 = new javax.swing.JLabel();
  26.                 jLabel3 = new javax.swing.JLabel();
  27.                 jLabel4 = new javax.swing.JLabel();
  28.                 jLabel5 = new javax.swing.JLabel();
  29.  
  30.                 setTitle("\u5173\u4e8eJava");
  31.  
  32.                 jLabel2.setFont(new java.awt.Font("宋体", 2, 24));
  33.                 jLabel2.setForeground(new java.awt.Color(255, 51, 102));
  34.                 jLabel2.setText("\u5206\u4eab\u77e5\u8bc6\uff0c\u5206\u4eab\u5feb\u4e50");
  35.  
  36.                 jLabel3.setFont(new java.awt.Font("微软雅黑", 2, 18));
  37.  
  38.                 jLabel4.setFont(new java.awt.Font("微软雅黑", 0, 18));
  39.                 jLabel4.setText("\u8d75\u53ef\u8fdb");
  40.  
  41.                 jLabel5.setFont(new java.awt.Font("微软雅黑", 0, 18));
  42.                 jLabel5.setText("QQ\uff1a82374126,加我请备注:java分享快乐!");
  43.  
  44.                 javax.swing.GroupLayout layout = new javax.swing.GroupLayout(
  45.                                 getContentPane());
  46.                 getContentPane().setLayout(layout);
  47.                 layout.setHorizontalGroup(layout
  48.                                 .createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  49.                                 .addGroup(
  50.                                                 layout.createSequentialGroup()
  51.                                                                 .addGroup(
  52.                                                                                 layout.createParallelGroup(
  53.                                                                                                 javax.swing.GroupLayout.Alignment.LEADING)
  54.                                                                                                 .addGroup(
  55.                                                                                                                 layout.createSequentialGroup()
  56.                                                                                                                                 .addGap(25, 25,
  57.                                                                                                                                                 25)
  58.                                                                                                                                 .addComponent(
  59.                                                                                                                                                 jLabel1,
  60.                                                                                                                                                 javax.swing.GroupLayout.PREFERRED_SIZE,
  61.                                                                                                                                                 225,
  62.                                                                                                                                                 javax.swing.GroupLayout.PREFERRED_SIZE)
  63.                                                                                                                                 .addGap(26, 26,
  64.                                                                                                                                                 26)
  65.                                                                                                                                 .addComponent(
  66.                                                                                                                                                 jLabel2))
  67.                                                                                                 .addGroup(
  68.                                                                                                                 layout.createSequentialGroup()
  69.                                                                                                                                 .addGap(37, 37,
  70.                                                                                                                                                 37)
  71.                                                                                                                                 .addGroup(
  72.                                                                                                                                                 layout.createParallelGroup(
  73.                                                                                                                                                                 javax.swing.GroupLayout.Alignment.LEADING)
  74.                                                                                                                                                                 .addComponent(
  75.                                                                                                                                                                                 jLabel5)
  76.                                                                                                                                                                 .addComponent(
  77.                                                                                                                                                                                 jLabel4,
  78.                                                                                                                                                                                 javax.swing.GroupLayout.PREFERRED_SIZE,
  79.                                                                                                                                                                                 480,
  80.                                                                                                                                                                                 javax.swing.GroupLayout.PREFERRED_SIZE)
  81.                                                                                                                                                                 .addComponent(
  82.                                                                                                                                                                                 jLabel3,
  83.                                                                                                                                                                                 javax.swing.GroupLayout.PREFERRED_SIZE,
  84.                                                                                                                                                                                 447,
  85.                                                                                                                                                                                 javax.swing.GroupLayout.PREFERRED_SIZE))))
  86.                                                                 .addContainerGap(21, Short.MAX_VALUE)));
  87.                 layout.setVerticalGroup(layout
  88.                                 .createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
  89.                                 .addGroup(
  90.                                                 layout.createSequentialGroup()
  91.                                                                 .addContainerGap()
  92.                                                                 .addGroup(
  93.                                                                                 layout.createParallelGroup(
  94.                                                                                                 javax.swing.GroupLayout.Alignment.TRAILING)
  95.                                                                                                 .addComponent(jLabel2)
  96.                                                                                                 .addComponent(jLabel1))
  97.                                                                 .addGap(28, 28, 28).addComponent(jLabel3)
  98.                                                                 .addGap(30, 30, 30).addComponent(jLabel4)
  99.                                                                 .addGap(32, 32, 32).addComponent(jLabel5)
  100.                                                                 .addContainerGap(120, Short.MAX_VALUE)));
  101.  
  102.                 pack();
  103.         }// </editor-fold>
  104.         //GEN-END:initComponents
  105.  
  106.         //GEN-BEGIN:variables
  107.         // Variables declaration - do not modify
  108.         private javax.swing.JLabel jLabel1;
  109.         private javax.swing.JLabel jLabel2;
  110.         private javax.swing.JLabel jLabel3;
  111.         private javax.swing.JLabel jLabel4;
  112.         private javax.swing.JLabel jLabel5;
  113.         // End of variables declaration//GEN-END:variables
  114.  
  115. }

回复 "图书管理系统增删改查"

这儿你可以回复上面这条便签

captcha