学生分数查询系统.docx
《学生分数查询系统.docx》由会员分享,可在线阅读,更多相关《学生分数查询系统.docx(9页珍藏版)》请在三一办公上搜索。
1、学生分数查询系统import java.applet.Applet; import java.awt.*; import java.awt.event.*; import java.util.*; import java.lang.*; public class Students extends Applet implements ActionListener Vector StuInf=new Vector; StudentInf SI; String xm; String bj; int i,j,xh; float cj; static int mid; Label prompt1=new
2、 Label(学生成绩管理系统); Label prompt2=new Label( Label prompt3=new Label( Label prompt4=new Label( Label prompt5=new Label( 用户:); 密码:); 班级:); 成绩:); TextField input1=new TextField(8); TextField input2=new TextField(8); TextField input3=new TextField(8); TextField input4=new TextField(8); Button btn1=new Bu
3、tton(登录); Button btn2=new Button(增加); Button btn3=new Button(修改); Button btn4=new Button(删除); public void init setLayout(new GridLayout(6,3); add(new Label); add(prompt1); add(new Label); add(prompt2); add(input1); add(new Label); add(prompt3); add(input2); add(btn1); add(prompt4); add(input3); add(
4、new Label); add(prompt5); add(input4); add(new Label); add(btn2); add(btn3); add(btn4); prompt4.setVisible(false); prompt5.setVisible(false); input3.setVisible(false); input4.setVisible(false); btn2.setVisible(false); btn3.setVisible(false); btn4.setVisible(false); btn1.addActionListener(this); btn2
5、.addActionListener(this); btn3.addActionListener(this); btn4.addActionListener(this); public void actionPerformed(ActionEvent e) if(e.getActionCommand=登录) String a,b; a=input1.getText; b=input2.getText; input1.setText(); if(a.equals(admin)=true)&(b.equals(12345)=true) prompt2.setText( prompt3.setTex
6、t( 姓名:); 学号:); prompt4.setVisible(true); prompt5.setVisible(true); input3.setVisible(true); input4.setVisible(true); btn2.setVisible(true); btn3.setVisible(true); btn4.setVisible(true); btn3.setEnabled(false); btn4.setEnabled(false); btn1.setLabel(查询); input1.setText(登录成功); input1.selectAll; else in
7、put2.setText(用户名或密码错); if(e.getActionCommand=增加) boolean scucss=true; try try xh=Integer.parseInt(input2.getText); catch(NumberFormatException m) input2.setText(学号为空或格式错); XingMing; catch(EmptyException as) input1.setText(姓名不能为空); scucss=false; scucss=false; bj=input3.getText; try ChengJi; catch(Emp
8、tyException as) cj=-1; catch(OverException dd) input4.setText(应在0-100间); catch(NumberFormatException cm) input4.setText(成绩应为数据); scucss=false; if(scucss=true) scucss=false; SI=new StudentInf(xm,xh,bj,cj); Insert(SI); if(e.getActionCommand=修改) xm=input1.getText; xh=Integer.parseInt(input2.getText); b
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 学生 分数 查询 系统
链接地址:https://www.31ppt.com/p-3424296.html