• 简单计算器

    一个JAVA编写的简单计算器 public class myFrame{ public static void main(String[] args) { JFrame frame = new JFrame(); frame.setBounds(500, 200,400,400); frame.add(new CalculatorPanel()); frame.setTitle("大飞射手"); frame.setVisible(true); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); } }

    0
    54
    3KB
    2015-08-27
    10
  • 阅读者勋章

    授予在CSDN APP累计阅读博文达到7天的你,是你的坚持与努力,使你超越了昨天的自己。
关注 私信
上传资源赚积分or赚钱