- 7
- 0
- 约6.09千字
- 约 11页
- 2018-03-09 发布于河南
- 举报
超级简单明了的JAVA计算器代码
package caculator;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
public class caculator extends JFrame implements ActionListener {
double sum=0;
static double getValue;
static int action ;int i=0,j=0,p=0,l;
double par1;
JButton Jk=new JButton(k);
JButton J1 = new JButton(1);
JButton J2 = new JButton(2);
JButton J3 = new JButton(3);
JButton J4 = new JButton(4);
JButton J5 = new JButton(5);
JButton J6 = new JButton(6);
JButton J7 = ne
您可能关注的文档
- VOC转轮机.pdf
- 材料力学2005—2006年期末考试试题.doc
- 电气调速系统与变频器.ppt
- 高频电子线路习题及答案2.doc
- 大学物理(下)磁场1.ppt
- 八年级上册中译英专项复习题.doc
- 清洗剂使用注意事项.doc
- 机械设计建模零件图图.doc
- K110+275圆管涵技术交底.doc
- 西点拓展感言.doc
- 50万吨汽油调和技改项目环评报告书.pdf
- 河北省文安县第一中学2025-2026学年高一上学期10月月考英语试题(解析版).docx
- 河南省TOP二十校205—2026学年高一上学期10月联考生物试题(原卷版).docx
- 河南省安阳市第一中学、鹤壁市高中、新乡市第一中学三校2025-2026学年高一上学期第一次联考数学试题(解析版).docx
- 河南省部分高中2025-2026学年高一上学期第二次月考数学试卷(解析版).docx
- 河南省百师联盟2025-2026学年高二10月联考数学试题(北师大版)(解析版).docx
- 河南省部分学校2025-2026学年高一上学期期中考试数学试题(解析版).docx
- 河南省部分重点中学2025~2026学年高二上学期10月末质量检测数学试题(解析版).docx
- 河南省部分重点中学2025-2026学年高二上学期10月末质量检测英语试题(解析版).docx
- 桥梁伸缩缝安装工艺(可编辑).pptx
原创力文档

文档评论(0)