用java编写的具有保存计算过程的计算器.docx

用java编写的具有保存计算过程的计算器.docx

ID:55556413

大小:12.28 KB

页数:11页

时间:2020-05-16

用java编写的具有保存计算过程的计算器.docx_第1页
用java编写的具有保存计算过程的计算器.docx_第2页
用java编写的具有保存计算过程的计算器.docx_第3页
用java编写的具有保存计算过程的计算器.docx_第4页
用java编写的具有保存计算过程的计算器.docx_第5页
资源描述:

《用java编写的具有保存计算过程的计算器.docx》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、jisuan.javaimportjavax.swing.JMenuBar;publicclassjisuan{publicstaticvoidmain(String[]args){jisqji=newjisq();}}jisq.javaimportjava.awt.Color;importjava.awt.Component;importjava.awt.Font;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;

2、importjava.io.BufferedReader;importjava.io.BufferedWriter;importjava.io.File;importjava.io.FileWriter;importjava.io.IOException;importjava.io.StringReader;importjava.text.SimpleDateFormat;importjava.util.*;importjavax.swing.*;importjavax.swing.border.Bev

3、elBorder;importjavax.swing.border.SoftBevelBorder;publicclassjisqextendsJFrameimplementsActionListener{JPanelpane=newJPanel();Strings,s1,s2;doublet1,t2,t=0;JTextFieldfiel,show;JTextAreaarea;JButtonb0,b1,b2,add,b3,b4,b5,b6,b7,b8,sub,b9,mul,dele,equ,dev;JB

4、uttonsqrt,pow,random,sin,p,log,zf,tui,save,clear,copy,point;publicjisq(){init();this.setBounds(123,143,500,330);this.setTitle("计算器");this.setVisible(true);this.setResizable(false);this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);Menumenu=newMenu();thi

5、s.setJMenuBar(menu);}voidinit(){JLabeldangqian=newJLabel();pane.setLayout(null);this.add(pane);Datenow=newDate();dangqian.setText(now.toString());SimpleDateFormatri=newSimpleDateFormat("dd");//封装为了获取日期SimpleDateFormatshi=newSimpleDateFormat("kk");//封装为了获

6、取小时SimpleDateFormatfen=newSimpleDateFormat("mm");//封装为了获取分钟SimpleDateFormatmiao=newSimpleDateFormat("ss");//封装为了获取秒钟intriqi=Integer.parseInt(ri.format(now));//获取日期intshizhong=Integer.parseInt(shi.format(now));//获取小时intfenzhong=Integer.parseInt(fen.format

7、(now));//获取分钟intmiaozhong=Integer.parseInt(miao.format(now));//获取秒钟dangqian.setBounds(170,7,553,22);pane.add(dangqian);area=newJTextArea();JScrollPanescrollPane=newJScrollPane(area,JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,JScrollPane.HORIZONTAL_SCROLLBAR

8、_AS_NEEDED);scrollPane.setBounds(280,70,200,140);area.setEditable(false);pane.add(scrollPane);fiel=newJTextField();fiel.setBounds(10,30,250,30);fiel.setEditable(false);fiel.setFont(newFont("TimesRoman",Font.BOLD,16));//显示框

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。