java抽奖程序源码及心得.doc

上传人:豆**** 文档编号:33490158 上传时间:2022-08-11 格式:DOC 页数:5 大小:198KB
返回 下载 相关 举报
java抽奖程序源码及心得.doc_第1页
第1页 / 共5页
java抽奖程序源码及心得.doc_第2页
第2页 / 共5页
点击查看更多>>
资源描述

《java抽奖程序源码及心得.doc》由会员分享,可在线阅读,更多相关《java抽奖程序源码及心得.doc(5页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、-作者xxxx-日期xxxxjava抽奖程序源码及心得【精品文档】java抽奖程序源码及心得代码package liangmiao;import .*;import .*;import .*;import .*;import ;import java.io.*;class lmChouJiang JFrame frame = new JFrame();JLabel label_name = new JLabel(姓名);JLabel label_num = new JLabel(学号);jPanel photo = new jPanel();JButton startButton = new

2、JButton(开始抽奖);JButton stopButton = new JButton(结束抽奖);int index; / 保持学生信息与头像的同步ArrayList array = null; / 存储读出来的学生信息Timer timer;public lmChouJiang() / 读取学生信息array = new ArrayList();try BufferedReader bufferReader = new BufferedReader(new FileReader(student/stu2.txt);StringBuffer stringBuffer = new Str

3、ingBuffer();String lineContent = null;String name = ;int num = 0;while (lineContent = () != null) / 每一行区分的标识符是空格StringTokenizer st = new StringTokenizer(lineContent, );/ 读取学号和姓名。每一行只有两个元素,所以I的取值就是0和1,0代表学号,1代表姓名for (int i = 0; (); i+) String word = (String) st.nextElement();if (i = 0) num = (word);

4、else name = word;Student student = new Student(name, num);(student); catch (IOException e) ();().add(, startButton);().add(, stopButton);().add(, label_num);().add(, label_name);().add(, photo);(new startlButtonListener();(new endButtonListener();();(400, 400);(true);index = 0;class MyTask extends T

5、imerTask public void run() int end = (int) () * ();for (int i = 0; i end; i+) label_num.setText(学号: + (i).getNum();(姓名: + (i).getName();index = i;();try (5); catch (Exception e) ();class startlButtonListener implements ActionListener public void actionPerformed(ActionEvent event) timer = new Timer()

6、;(new MyTask(), 0, 100);class endButtonListener implements ActionListener public void actionPerformed(ActionEvent event) ();class jPanel extends JPanel private static final long serialVersionUID = 1L;public void paintComponent(Graphics g) Image image = new ImageIcon(image/ + index + .jpg).getImage()

7、;(image, 60, 100, this);class Student private String name;private int num;public String getName() return name;public void setName(String name) this.name = name;public int getNum() return num;public void setNum(int num) = num;public Student(String name, int num) this.name = name; = num;public void print() (num + + name);public class choujiang public static void main(String args) lmChouJiang cj = new lmChouJiang();【精品文档】

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁