super("计算器");
setLocation(100,100);
setSize(100,200);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
JPanel jp=new JPanel();为什么这样不能设置窗口的初始位置?