版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Java计时器(秒表)功能:能实现计时,暂停,清零,记录功能。如下图:程序运行状态:源代码:import javax.swing.*;import java.awt.*;import java.awt.event.*;public class Test public static void main(String args)new window("计时器");class window extends JFrameint ON=0,i=0,j=0,k=0,count=0,num=1,R=0;JButton button1,button2,button3,button4,but
2、ton5;JTextField file1,file2,file3;JTextArea file;FlowLayout flow;String a,b,c;window(String name)file1=new JTextField(2);file2=new JTextField(2);file3=new JTextField(2);file1.setEditable(false);file2.setEditable(false);file3.setEditable(false);file=new JTextArea(10,8);file.setEditable(false);button1
3、=new JButton("开始");button2=new JButton("暂停");button3=new JButton("清零");button4=new JButton("记录");button5=new JButton("清空记录");flow=new FlowLayout();flow.setAlignment(FlowLayout.LEFT);flow.setHgap(20);flow.setVgap(10);setTitle(name);setSize(210,400);se
4、tLayout(flow);add(file1);add(new JLabel(":");add(file2);add(new JLabel(":");add(file3);add(button1);add(button2);add(button3);add(button4);add(button5);add(file);setVisible(true);setDefaultCloseOperation(EXIT_ON_CLOSE);file1.setText("0");file2.setText("0");fil
5、e3.setText("0");validate();button1.addActionListener(new ActionListener() public void actionPerformed(ActionEvent e) ON=1; /开始,暂停控制开关); /开始按钮button2.addActionListener(new ActionListener() public void actionPerformed(ActionEvent e)ON=0;); /暂停按钮button3.addActionListener(new ActionListener()
6、public void actionPerformed(ActionEvent e)R=1; /清零控制开关); /清零按钮button4.addActionListener(new ActionListener() public void actionPerformed(ActionEvent e)count=1; /记录控制开关a=String.valueOf(i);b=String.valueOf(j);c=String.valueOf(k);); /记录按钮button5.addActionListener(new ActionListener() public void action
7、Performed(ActionEvent e)file.setText("");num=1;); /清除记录按钮while(true)validate();if(ON=1) /开始或暂停判断file1.setText(String.valueOf(i);file2.setText(String.valueOf(j);file3.setText(String.valueOf(k);if(k=99)k=-1;j+;if(j=60)k=0;j=0;i+;if(i=24)i=0;j=0;k=0;tryThread.sleep(10);catch(Exception e)k+;if(count=1)/记录判断file.append(String.valueOf(num);file.append(". ");file.append(a);file.append(":");file.append(b);file.append(":");file.append(c);file.append("n");num+;count=0
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 汽车用灭火设备市场需求与消费特点分析
- 睡袋市场发展现状调查及供需格局分析预测报告
- 2024年度大连地区雷电防护工程设计与施工合同
- 2024年度建筑施工合同工程质量与安全标准
- 局部感应空调市场发展现状调查及供需格局分析预测报告
- 电咖啡研磨机市场发展预测和趋势分析
- 2024年度员工福利计划合同
- 2024年度环境评估外包合同
- 2024年度地毯行业产业链整合与合作合同
- 2024年度大型活动安防保障服务合同
- 石油炼化公司高压加氢装置APC项目技术附件方案
- Proteus软件在电子技术实践教学中的应用
- 国有企业人才培训实施方案
- 休克诊治的误区和教训
- 中医操作流程图(全)
- 智慧农业合作合同协议书范本
- 高速公路改扩建中央分隔带光缆保通实施性方案
- 火电企业11项专业技术监督检查评估标准(送审稿)(12-31原始)
- 用电检查培训
- 西南石油大学 《油藏工程》教学提纲+复习提纲)PPT精品文档
- 莫迪温产品介绍
评论
0/150
提交评论