1. 首页
  2. 课程学习
  3. Java
  4. 学生信息管理系统(无数据库)

学生信息管理系统(无数据库)

上传者: 2019-01-02 08:07:59上传 TXT文件 5.03KB 热度 39次
学生信息管理系统(无数据库)=new TextField(12); button=new Button("录入"); button1=new Button("重置"); button.addActionListener(this); button1.addActionListener(this); boxV1=Box.createVerticalBox(); boxV1.add(new Label("学号")); boxV1.add(Box.createVerticalStrut(8)); boxV1.add(new Label("姓名")); boxV1.add(Box.createVerticalStrut(8)); boxV1.add(new Label("专业")); boxV1.add(Box.createVerticalStrut(8)); boxV1.add(new Labe l("年级")); boxV1.add(Box.createVerticalStrut(8)); boxV1.add(new Label("出生·")); boxV1.add(Box.createVerticalStrut(8)); boxV2=Box.createVerticalBox(); boxV2.add(id); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(name); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(zhuanye); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(banji); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(old); boxV2.add(Box.createVert l("年级")); boxV1.add(Box.createVerticalStrut(8)); boxV1.add(new Label("出生·")); boxV1.add(Box.createVerticalStrut(8)); boxV2=Box.createVerticalBox(); boxV2.add(id); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(name); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(zhuanye); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(banji); boxV2.add(Box.createVerticalStrut(8)); boxV2.add(old); boxV2.add(Box.createVert
用户评论