• 大小: 1.21MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-14
  • 语言: 其他
  • 标签: netbeans  学生  

资源简介

学生信息管理系统 netbeans下开发的系统

资源截图

代码片段和文件信息

package 综合设计1;
import java.awt.Color;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JComboBox;
import javax.swing.Jframe;
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class Window1 extends Jframe{
    JLabel     wellcom;
    JMenuBar   menuBar;
    JMenu      modifydeleteinputsearchscan insert;
    JMenuItem  items[];
    JPanel     []panel;
    JLabel     []label;
    JTextField []text;
    JComboBox  []comboBox;
    JButton    []button;
    Listenner  listenner;
    JCheckBox  []select;
    public Window1(){
        setBak();         //调用背景方法
        this.setLayout(null);
        menuBar =new JMenuBar();
        input   =new JMenu(“信息录入“);
        search  =new JMenu(“信息查询“);
        scan    =new JMenu(“信息浏览“);
        modify  =new JMenu(“信息修改“);
        delete  =new JMenu(“信息删除“);
        insert = new JMenu(“信息插入“);      
        
        items   =new JMenuItem[16];
        items[0]=new JMenuItem(“单个信息修改“);
        items[1]=new JMenuItem(“多个信息修改“);
        items[2]=new JMenuItem(“按学号删除信息“);
        items[3]=new JMenuItem(“按年龄范围删除信息“);


        for(int i=4;i<16;i++){
            items[i]=new JMenuItem();
        }
        items[14] = new JMenuItem(“按学号插入“);//ztf
        items[15] = new JMenuItem(“按班级插入“);//ztf
        listenner   = new Listenner();
        listenner.setItems(items);
        for(JMenuItem i:items){
         i.addActionListener(listenner);
        }
        menuBar.add(input);
        menuBar.add(search);
        menuBar.add(scan);
        menuBar.add(modify);
        menuBar.add(delete);
        menuBar.add(insert);//ztf
        insert.add(items[14]);//ztf
        insert.add(items[15]);//ztf
        modify.add(items[0]);
        modify.add(items[1]);
        delete.add(items[2]);
        delete.add(items[3]);
        setJMenuBar(menuBar);
        
        //=============给各类组件分配空间==============================
        panel=new JPanel[10];
        for(int i=0; i            panel[i] = new JPanel();
            panel[i].setVisible(false);
        }
        listenner.setPanel(panel);    
        label=new JLabel[50];
        for(int i=0; i            label[i]=new JLabel();
        }
        text   = new JTextField[50];
        for(int i=0; i            text[i] = new JTextField();
        } 
        listenner.setText(text);
        comboBox = new JComboBox[20];
        for(int i=0;i            comboBox[i]=new JComboBox();
        }
        button = new JButton[30];
        for(int i=0; i            button[i] = new JButton();
            button[i].addActionListener(listenner);
        }
        listenner.setButton(button);
        
        
        
        //======panel[0] for wellcomview==============================
        panel[0].set

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-03-08 18:01  综合设计 学生信息管理系统\
     文件         803  2011-12-10 16:12  综合设计 学生信息管理系统\TEST.txt
     文件         297  2011-12-08 15:04  综合设计 学生信息管理系统\TEXT.txt
     文件       10275  2011-12-05 07:16  综合设计 学生信息管理系统\Window1.java
     文件         464  2011-12-08 10:14  综合设计 学生信息管理系统\a.txt
     目录           0  2012-03-08 18:01  综合设计 学生信息管理系统\build\
     目录           0  2012-03-08 18:01  综合设计 学生信息管理系统\build\classes\
     文件           0  2011-12-08 13:23  综合设计 学生信息管理系统\build\classes\.netbeans_automatic_build
     目录           0  2012-04-06 23:12  综合设计 学生信息管理系统\build\classes\stu\
     目录           0  2012-03-08 18:01  综合设计 学生信息管理系统\build\classes\综合设计1\
     文件        9106  2011-12-09 08:59  综合设计 学生信息管理系统\build\classes\综合设计1\Listenner.class
     文件       10041  2011-12-09 08:59  综合设计 学生信息管理系统\build\classes\综合设计1\Window.class
     文件        7171  2011-12-09 08:59  综合设计 学生信息管理系统\build\classes\综合设计1\cha_xun.class
     文件        2056  2011-12-09 08:59  综合设计 学生信息管理系统\build\classes\综合设计1\customer.class
     文件        5150  2011-12-10 16:11  综合设计 学生信息管理系统\build\classes\综合设计1\ru_lu.class
     文件        2614  2011-12-09 08:59  综合设计 学生信息管理系统\build\classes\综合设计1\scan.class
     文件         577  2011-12-09 08:59  综合设计 学生信息管理系统\build\classes\综合设计1\综合设计1.class
     文件        3752  2011-12-08 13:23  综合设计 学生信息管理系统\build.xml
     目录           0  2012-03-08 18:00  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\
     目录           0  2012-03-08 18:00  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\
     文件       11560  2007-11-22 00:27  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\LICENSE.txt
     文件         183  2007-11-22 00:27  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\NOTICE.txt
     文件        7953  2007-11-22 00:27  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\RELEASE-NOTES.txt
     文件      141401  2007-11-22 00:28  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-1.1.1-javadoc.jar
     文件       74976  2007-11-22 00:28  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-1.1.1-sources.jar
     文件       60841  2007-11-22 00:28  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-1.1.1.jar
     文件       26520  2007-11-22 00:28  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-adapters-1.1.1.jar
     文件       52313  2007-11-22 00:28  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-api-1.1.1.jar
     文件      111279  2007-11-22 00:28  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-tests.jar
     目录           0  2012-03-08 18:01  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\site\
     文件        7953  2007-11-22 00:28  综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\site\RELEASE-NOTES.txt
............此处省略282个文件信息

评论

共有 条评论