摘要: /** @version 1.0 @author Katongmao Lee o(∩_∩)o */import java.awt.*;import java.awt.event.*;import javax.swing.*;public class Calculator1{ public static void main(String[] args) { CalculatorFrame frame = new CalculatorFrame(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.show(); frame. 阅读全文
posted @ 2011-10-31 18:37 xxx1 阅读(382) 评论(0) 推荐(0) 编辑