package com.fulijisuanqi.swing;import java.awt.*;import java.awt.event.*;import javax.swing.*;/* * 本次更新主要更新了在输入过程中输入负数或者零的处理方法, * 更新以后如果输入的数小于或等于零会弹框提示,并且不会输出结果 */public class calcutor extends JFrame{ public static void main(String[] args) { // TODO Auto-generated method stub calcutor frame = new calcutor(); frame.setVisible(true); frame.setBounds(100, 100, 400, 400); frame.setTitle("计算器3.1"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); } private JPanel jpanel; private JLabel label,label00,label01,label02,label03,label04,label05; private JComboBox