package com.java.view; /** * * @author __USER__ */ public class AboutJava1234InterFrm extends javax.swing.JInternalFrame { /** Creates new form AboutJava1234InterFrm */ public AboutJava1234InterFrm() { initComponents(); this.setLocation(200, 50); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ //GEN-BEGIN:initComponents // private void initComponents() { jLabel1 = new javax.swing.JLabel(); jLabel2 = new javax.swing.JLabel(); jLabel3 = new javax.swing.JLabel(); jLabel4 = new javax.swing.JLabel(); jLabel5 = new javax.swing.JLabel(); setTitle("\u5173\u4e8eJava"); jLabel2.setFont(new java.awt.Font("宋体", 2, 24)); jLabel2.setForeground(new java.awt.Color(255, 51, 102)); jLabel2.setText("\u5206\u4eab\u77e5\u8bc6\uff0c\u5206\u4eab\u5feb\u4e50"); jLabel3.setFont(new java.awt.Font("微软雅黑", 2, 18)); jLabel4.setFont(new java.awt.Font("微软雅黑", 0, 18)); jLabel4.setText("\u8d75\u53ef\u8fdb"); jLabel5.setFont(new java.awt.Font("微软雅黑", 0, 18)); jLabel5.setText("QQ\uff1a82374126,加我请备注:java分享快乐!"); javax.swing.GroupLayout layout = new javax.swing.GroupLayout( getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup(layout .createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup( layout.createSequentialGroup() .addGroup( layout.createParallelGroup( javax.swing.GroupLayout.Alignment.LEADING) .addGroup( layout.createSequentialGroup() .addGap(25, 25, 25) .addComponent( jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 225, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(26, 26, 26) .addComponent( jLabel2)) .addGroup( layout.createSequentialGroup() .addGap(37, 37, 37) .addGroup( layout.createParallelGroup( javax.swing.GroupLayout.Alignment.LEADING) .addComponent( jLabel5) .addComponent( jLabel4, javax.swing.GroupLayout.PREFERRED_SIZE, 480, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent( jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 447, javax.swing.GroupLayout.PREFERRED_SIZE)))) .addContainerGap(21, Short.MAX_VALUE))); layout.setVerticalGroup(layout .createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup( layout.createSequentialGroup() .addContainerGap() .addGroup( layout.createParallelGroup( javax.swing.GroupLayout.Alignment.TRAILING) .addComponent(jLabel2) .addComponent(jLabel1)) .addGap(28, 28, 28).addComponent(jLabel3) .addGap(30, 30, 30).addComponent(jLabel4) .addGap(32, 32, 32).addComponent(jLabel5) .addContainerGap(120, Short.MAX_VALUE))); pack(); }// //GEN-END:initComponents //GEN-BEGIN:variables // Variables declaration - do not modify private javax.swing.JLabel jLabel1; private javax.swing.JLabel jLabel2; private javax.swing.JLabel jLabel3; private javax.swing.JLabel jLabel4; private javax.swing.JLabel jLabel5; // End of variables declaration//GEN-END:variables }