📄 xuigaishanchuxueshengxinxi.java~3~
字号:
package untitled2;import javax.swing.*;import java.awt.*;import com.borland.jbcl.layout.*;import com.borland.dbswing.*;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2006</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class xuiGaiShanChuXueShengXinXi extends JFrame { XYLayout xYLayout1 = new XYLayout(); JButton jButton2 = new JButton(); JdbTable jdbTable1 = new JdbTable(); JLabel jLabel1 = new JLabel(); JLabel jLabel2 = new JLabel(); JButton jButton4 = new JButton(); JTextField jTextField2 = new JTextField(); JButton jButton1 = new JButton(); JTextField jTextField1 = new JTextField(); JLabel jLabel3 = new JLabel(); JTextField jTextField3 = new JTextField(); public xuiGaiShanChuXueShengXinXi() { try { jbInit(); } catch(Exception ex) { ex.printStackTrace(); } } void jbInit() throws Exception { jTextField1.setText(""); jTextField1.setToolTipText(""); jButton1.setText("删除"); jButton1.setFont(new java.awt.Font("Dialog", 0, 13)); jTextField2.setText(""); jButton4.addActionListener(new xuiGaiShanChuJiaoShiXInXi_jButton4_actionAdapter(this)); jButton4.setText("退出"); jButton4.setFont(new java.awt.Font("Dialog", 0, 13)); jLabel2.setText("请输入学生姓名"); jLabel2.setFont(new java.awt.Font("Dialog", 0, 13)); jLabel1.setText("请输入学籍卡号"); jLabel1.setFont(new java.awt.Font("Dialog", 0, 13)); jButton2.setText("修改"); jButton2.setFont(new java.awt.Font("Dialog", 0, 13)); this.setSize(new Dimension(800, 600)); this.getContentPane().setLayout(xYLayout1); jLabel3.setText("请输入学号"); jLabel3.setFont(new java.awt.Font("Dialog", 0, 13)); jTextField3.setText(""); jTextField3.setToolTipText(""); this.getContentPane().add(jdbTable1, new XYConstraints(26, 201, 760, 286)); this.getContentPane().add(jButton1, new XYConstraints(422, 531, -1, -1)); this.getContentPane().add(jButton2, new XYConstraints(548, 530, -1, -1)); this.getContentPane().add(jButton4, new XYConstraints(671, 530, -1, -1)); this.getContentPane().add(jLabel3, new XYConstraints(37, 89, -1, -1)); this.getContentPane().add(jLabel1, new XYConstraints(25, 48, -1, -1)); this.getContentPane().add(jLabel2, new XYConstraints(27, 130, -1, -1)); this.getContentPane().add(jTextField1, new XYConstraints(161, 51, 198, -1)); this.getContentPane().add(jTextField3, new XYConstraints(161, 85, 198, -1)); this.getContentPane().add(jTextField2, new XYConstraints(161, 122, 199, 23)); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -