Java版学籍管理系统源代码.docVIP

  • 74
  • 1
  • 约3.65万字
  • 约 45页
  • 2021-11-28 发布于浙江
  • 举报
package 学籍管理系统; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author Administrator */ import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.io.*; import java.util.*; public class Delete extends JPanel implements ActionListener { /** * */ private static final long serialVersionUID = 1L; Hashtable 基本信息表=null; JTextField 学号,姓名,专业,年级,出生; JRadioButton 男,女; JButton 删除; ButtonGroup group=null; FileInputStream inOne=null; ObjectInputStream inTwo=nul

文档评论(0)

1亿VIP精品文档

相关文档