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

📄 classupdate.java

📁 java语言做的教务管理系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package java_教务管理系统;

import java.awt.*;
import javax.swing.*;
import javax.swing.table.*;
import java.awt.event.*;
import java.sql.*;
import java.awt.event.*;

/**
 * <p>Title: </p>
 *
 * <p>Description: </p>
 *
 * <p>Copyright: Copyright (c) 2008</p>
 *
 * <p>Company: </p>
 *
 * @author not attributable
 * @version 1.0
 */
public class classupdate extends JPanel {
    public classupdate() {
        try {
            jbInit();
        } catch (Exception exception) {
            exception.printStackTrace();
        }
    }

    private void jbInit() throws Exception {
        this.setLayout(null);
        jLabel1.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel1.setText("月");
        jLabel1.setBounds(new Rectangle(478, 295, 24, 30));
        jLabel2.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel2.setText("月");
        jLabel2.setBounds(new Rectangle(479, 328, 20, 28));
        jLabel3.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel3.setText("年");
        jLabel3.setBounds(new Rectangle(365, 332, 20, 27));
        cboclassSemester.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cboclassSemester.setBounds(new Rectangle(548, 251, 95, 30));
        jLabel4.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel4.setText("班级类型:");
        jLabel4.setBounds(new Rectangle(80, 248, 107, 36));
        jLabel5.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel5.setText("日");
        jLabel5.setBounds(new Rectangle(592, 328, 29, 28));
        jLabel6.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel6.setText("开学时间:");
        jLabel6.setBounds(new Rectangle(156, 292, 117, 41));
        cboclasscategory.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cboclasscategory.setBounds(new Rectangle(191, 251, 98, 30));
        tbclass.setFont(new java.awt.Font("宋体", Font.PLAIN, 15));
        tbclass.setBounds(new Rectangle(1, 41, 852, 166));
        tbclass.addMouseListener(new classupdate_tbclass_mouseAdapter(this));
        jLabel7.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel7.setText("日");
        jLabel7.setBounds(new Rectangle(590, 296, 24, 30));
        jLabel8.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel8.setText("班主任姓名:");
        jLabel8.setBounds(new Rectangle(419, 216, 139, 29));
        txaclassRemarks.setFont(new java.awt.Font("Dialog", Font.PLAIN, 20));
        txaclassRemarks.setBounds(new Rectangle(267, 368, 501, 68));
        cboendtimeyear.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cboendtimeyear.setBounds(new Rectangle(267, 331, 87, 30));
        cbobeginstimedate.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cbobeginstimedate.setBounds(new Rectangle(510, 294, 65, 31));
        cbobeginstimeyear.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cbobeginstimeyear.setBounds(new Rectangle(266, 295, 88, 30));
        cbobeginstimemonth.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cbobeginstimemonth.setBounds(new Rectangle(393, 295, 76, 30));
        txtclassno.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        txtclassno.setBounds(new Rectangle(191, 214, 166, 30));
        jLabel9.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel9.setText("毕业时间:");
        jLabel9.setBounds(new Rectangle(159, 329, 101, 40));
        jLabel10.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel10.setText("学期:");
        jLabel10.setBounds(new Rectangle(480, 247, 92, 35));
        cboendtimemonth.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cboendtimemonth.setBounds(new Rectangle(394, 331, 75, 30));
        jLabel11.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel11.setText("备注:");
        jLabel11.setBounds(new Rectangle(198, 369, 70, 37));
        cboendtimedate.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        cboendtimedate.setBounds(new Rectangle(511, 331, 64, 28));
        txtclassmastername.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        txtclassmastername.setBounds(new Rectangle(548, 214, 220, 30));
        jLabel12.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel12.setText("年");
        jLabel12.setBounds(new Rectangle(365, 298, 21, 31));
        jLabel13.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        jLabel13.setText("班级编号:");
        jLabel13.setBounds(new Rectangle(79, 212, 104, 36));
        jTableHeader1.setFont(new java.awt.Font("宋体", Font.PLAIN, 15));
        jTableHeader1.setBounds(new Rectangle(1, 19, 854, 22));
        btnclassselect.setBounds(new Rectangle(202, 451, 149, 40));
        btnclassselect.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        btnclassselect.setText("搜索班级");
        btnclassselect.addActionListener(new
                                         classupdate_btnclassselect_actionAdapter(this));
        btnclassupdate.setBounds(new Rectangle(375, 450, 149, 40));
        btnclassupdate.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        btnclassupdate.setText("修改班级");
        btnclassupdate.addActionListener(new
                                         classupdate_btnclassupdate_actionAdapter(this));
        btnexit.setBounds(new Rectangle(544, 451, 149, 39));
        btnexit.setFont(new java.awt.Font("宋体", Font.PLAIN, 20));
        btnexit.setText("退出修改");
        this.add(tbclass);
        this.add(jTableHeader1);
        this.add(jLabel13);
        this.add(jLabel8);
        this.add(txtclassno);
        this.add(txtclassmastername);
        this.add(jLabel4);
        this.add(cboclasscategory);
        this.add(jLabel10);
        this.add(cboclassSemester);
        this.add(jLabel6);
        this.add(cbobeginstimeyear);
        this.add(jLabel12);
        this.add(cbobeginstimemonth);
        this.add(jLabel1);
        this.add(cbobeginstimedate);
        this.add(jLabel7);
        this.add(jLabel9);
        this.add(cboendtimeyear);
        this.add(jLabel3);
        this.add(cboendtimemonth);
        this.add(jLabel2);
        this.add(cboendtimedate);
        this.add(jLabel5);
        this.add(txaclassRemarks);
        this.add(btnexit);
        this.add(btnclassselect);
        this.add(btnclassupdate);
        this.add(jLabel11);
    }
    //班级年级
    String Semester[] = {"", "S1", "S2", "Y2"};
    //班级类别
    String category[] = {"", "脱产班", "周末班"};
    //开学时间(年)
    String beginstimeyear[] = {"", "2006", "2007", "2008", "2009"};
    //开学时间(月)
    String beginstimemonth[] = {"", "01", "02", "03", "04", "05", "06", "07",
                               "08",
                               "09",
                               "10", "11", "12"};
    //开学时间(日)
    String beginstimedate[] = {"", "01", "02", "03", "04", "05", "06", "07",
                              "08",
                              "09",
                              "10", "11", "12", "13", "14", "15", "16", "17",
                              "18", "19", "20", "21", "22", "23", "24", "25",
                              "26", "27", "28", "29", "30", "31"};
    //毕业时间(年)
    String endtimeyear[] = {"", "2006", "2007", "2008", "2009"};
    //毕业时间(月)
    String endtimemonth[] = {"", "01", "02", "03", "04", "05", "06", "07", "08",
                            "09",
                            "10", "11", "12"};
    //毕业时间(日)
    String endtimedate[] = {"", "01", "02", "03", "04", "05", "06", "07", "08",
                           "09",
                           "10", "11", "12", "13", "14", "15", "16", "17",
                           "18", "19", "20", "21", "22", "23", "24", "25",
                           "26", "27", "28", "29", "30", "31"};
    JLabel jLabel1 = new JLabel();
    JLabel jLabel2 = new JLabel();
    JLabel jLabel3 = new JLabel();
    JComboBox cboclassSemester = new JComboBox(Semester);
    JLabel jLabel4 = new JLabel();
    JLabel jLabel5 = new JLabel();
    JLabel jLabel6 = new JLabel();
    JComboBox cboclasscategory = new JComboBox(category);
    String Head[] = {"班级编号", "班主任姓名", "班级类型", "学期", "开学时间", "毕业时间", "备注"};
    DefaultTableModel mod = new DefaultTableModel(Head, 0);
    JTable tbclass = new JTable(mod);
    JLabel jLabel7 = new JLabel();
    JLabel jLabel8 = new JLabel();
    JTextArea txaclassRemarks = new JTextArea();
    JComboBox cboendtimeyear = new JComboBox(endtimeyear);
    JComboBox cbobeginstimedate = new JComboBox(beginstimedate);
    JComboBox cbobeginstimeyear = new JComboBox(beginstimeyear);
    JComboBox cbobeginstimemonth = new JComboBox(beginstimemonth);
    JTextField txtclassno = new JTextField();
    JLabel jLabel9 = new JLabel();
    JLabel jLabel10 = new JLabel();
    JComboBox cboendtimemonth = new JComboBox(endtimemonth);
    JLabel jLabel11 = new JLabel();
    JComboBox cboendtimedate = new JComboBox(endtimedate);
    JTextField txtclassmastername = new JTextField();
    JLabel jLabel12 = new JLabel();
    JLabel jLabel13 = new JLabel();
    JTableHeader jTableHeader1 = tbclass.getTableHeader();
    JButton btnclassselect = new JButton();
    JButton btnclassupdate = new JButton();
    JButton btnexit = new JButton();
    //班级类别classcategory
    String categoryname = this.cboclasscategory.getSelectedItem().
                          toString();
    //学期classSemester
    String Semestername = this.cboclassSemester.getSelectedItem().
                          toString();
    //开学时间(年,月,日)
    String beginstimenameyear = this.cbobeginstimeyear.getSelectedItem().

⌨️ 快捷键说明

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