📄 申请界面.java
字号:
/*
* 申请界面.java
*
* Created on 2007年5月22日, 下午10:38
*/
package 客户端程序包;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import javax.swing.DefaultComboBoxModel;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import 客户端程序包.好友界面;
/**
*
* @author 张金凤 8000104219 软件046班
*/
public class 申请界面 extends javax.swing.JFrame implements Runnable {
/** Creates new form 申请界面 */
public 申请界面(Socket soc) {
initComponents();
this.setBounds(450,120,500,420);
this.setDefaultCloseOperation(this.DISPOSE_ON_CLOSE);
ClientSocket=soc;
LabelArray=new JLabel[10];
for(int i=0;i<10;i++){
String Index=Integer.toString(i);
LabelArray[i]=new JLabel(Index,new ImageIcon("picture/"+Index+".gif"),JLabel.LEFT);
}
头像.setModel(new DefaultComboBoxModel(LabelArray));
头像.setRenderer(new MyListCellRenderer());
}
/** 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.
*/
// <editor-fold defaultstate="collapsed" desc=" 生成的代码 ">//GEN-BEGIN:initComponents
private void initComponents() {
jPanel1 = new javax.swing.JPanel();
jLabel1 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
Number = new javax.swing.JTextField();
jLabel3 = new javax.swing.JLabel();
jLabel4 = new javax.swing.JLabel();
Nname = new javax.swing.JTextField();
Tname = new javax.swing.JTextField();
jLabel5 = new javax.swing.JLabel();
jLabel6 = new javax.swing.JLabel();
Ag = new javax.swing.JTextField();
Se = new javax.swing.JComboBox();
jLabel7 = new javax.swing.JLabel();
Password = new javax.swing.JPasswordField();
jLabel8 = new javax.swing.JLabel();
提交申请 = new javax.swing.JButton();
jButton2 = new javax.swing.JButton();
jLabel9 = new javax.swing.JLabel();
头像 = new javax.swing.JComboBox();
jLabel10 = new javax.swing.JLabel();
jScrollPane1 = new javax.swing.JScrollPane();
签名框 = new javax.swing.JTextArea();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("\u65b0\u7528\u6237\u6ce8\u518c");
jPanel1.setBackground(new java.awt.Color(255, 255, 255));
jLabel1.setText("QQ\u53f7\u7801\uff1a");
jLabel2.setText("QQ \u5bc6 \u7801\uff1a");
jLabel3.setText("\u5462 \u79f0\uff1a");
jLabel4.setText("\u771f\u5b9e\u59d3\u540d\uff1a");
jLabel5.setFont(new java.awt.Font("宋体", 1, 18));
jLabel5.setForeground(new java.awt.Color(0, 0, 204));
jLabel5.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel5.setText("\u4e2a\u4eba\u4fe1\u606f");
jLabel5.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
jLabel6.setText("\u5e74 \u9f84\uff1a");
Se.setBackground(new java.awt.Color(204, 204, 204));
Se.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "\u7537", "\u5973" }));
Se.addMouseListener(new java.awt.event.MouseAdapter() {
public void mouseClicked(java.awt.event.MouseEvent evt) {
SeMouseClicked(evt);
}
});
jLabel7.setText("\u6027 \u522b\uff1a");
jLabel8.setText("\u8bf4\u660e\uff1a\u4f60\u6240\u7533\u8bf7\u7684QQ\u53f7\u7801\u5fc5\u987b\u4e3a9\u4f4d\u6570\u5b57");
提交申请.setText("\u63d0\u4ea4\u7533\u8bf7");
提交申请.addMouseListener(new java.awt.event.MouseAdapter() {
public void mouseClicked(java.awt.event.MouseEvent evt) {
提交申请MouseClicked(evt);
}
});
jButton2.setText("\u53d6\u6d88");
jButton2.addMouseListener(new java.awt.event.MouseAdapter() {
public void mouseClicked(java.awt.event.MouseEvent evt) {
jButton2MouseClicked(evt);
}
});
jLabel9.setText("\u5934 \u50cf\uff1a");
头像.setBackground(new java.awt.Color(0, 255, 0));
jLabel10.setText("\u4e2a\u6027\u7b7e\u540d\uff1a");
签名框.setColumns(20);
签名框.setRows(5);
jScrollPane1.setViewportView(签名框);
org.jdesktop.layout.GroupLayout jPanel1Layout = new org.jdesktop.layout.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);
jPanel1Layout.setHorizontalGroup(
jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jLabel5, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 491, Short.MAX_VALUE)
.add(jPanel1Layout.createSequentialGroup()
.add(24, 24, 24)
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jPanel1Layout.createSequentialGroup()
.add(72, 72, 72)
.add(jScrollPane1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 380, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
.addContainerGap())
.add(jPanel1Layout.createSequentialGroup()
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jLabel1)
.add(jLabel3)
.add(jLabel6)
.add(jLabel9))
.addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jPanel1Layout.createSequentialGroup()
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING, false)
.add(Ag)
.add(Nname)
.add(Number, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 142, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
.add(25, 25, 25)
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jPanel1Layout.createSequentialGroup()
.add(jLabel2)
.addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
.add(Password, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 138, Short.MAX_VALUE))
.add(jPanel1Layout.createSequentialGroup()
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING, false)
.add(jLabel7, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.add(jLabel4, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(Tname, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 138, Short.MAX_VALUE)
.add(Se, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 39, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))))
.addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED))
.add(头像, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 69, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE))
.add(46, 46, 46))))
.add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1Layout.createSequentialGroup()
.add(104, 104, 104)
.add(提交申请, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 97, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED, 112, Short.MAX_VALUE)
.add(jButton2, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 95, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
.add(83, 83, 83))
.add(jPanel1Layout.createSequentialGroup()
.add(24, 24, 24)
.add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jLabel10)
.add(jLabel8, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 457, Short.MAX_VALUE))
.addContainerGap())
);
jPanel1Layout.setVerticalGroup(
jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(jPanel1Layout.createSequentialGroup()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -