package text2;
public class Calculator {public static void main(String[] args) {WindowCalculator win = new WindowCalculator();win.setTitle("计算");}}