• 大小: 18KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: netbeans  计算器  

资源简介

实现加、减、乘、除、撤销、清零、小数点功能,netbeans8.0,界面没有涉及,知识初步学习,课上完成的练习

资源截图

代码片段和文件信息

/*
 * To change this license header choose License Headers in Project Properties.
 * To change this template file choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author HP-Developer
 */
public class NewJframe extends javax.swing.Jframe {
    private double number1;
    private double number2;
    private String operator;
    private double result;
    private String shanchu;

    /**
     * Creates new form NewJframe
     */
    public NewJframe() {
        initComponents();
    }

    /**
     * This method is called from within the constructor to initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is always
     * regenerated by the Form Editor.
     */
    @SuppressWarnings(“unchecked“)
    // 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-09-15 15:42  Jisuanqi\
     文件        3609  2015-09-15 15:34  Jisuanqi\build.xml
     文件          85  2015-09-15 15:34  Jisuanqi\manifest.mf
     目录           0  2015-09-15 15:34  Jisuanqi\nbproject\
     文件       79320  2015-09-15 15:34  Jisuanqi\nbproject\build-impl.xml
     文件         475  2015-09-15 15:34  Jisuanqi\nbproject\genfiles.properties
     文件        2452  2015-09-15 15:34  Jisuanqi\nbproject\project.properties
     文件         516  2015-09-15 15:34  Jisuanqi\nbproject\project.xml
     目录           0  2015-09-15 15:34  Jisuanqi\src\
     目录           0  2015-09-15 15:34  Jisuanqi\src\jisuanqi\
     文件         449  2015-09-15 15:34  Jisuanqi\src\jisuanqi\Jisuanqi.java
     文件       17063  2015-09-15 16:49  Jisuanqi\src\NewJframe.form
     文件       22252  2015-09-15 16:49  Jisuanqi\src\NewJframe.java

评论

共有 条评论