JFrame jf=new JFrame("我的窗口");jf.setSize(800,600);jf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);jf.setVisible(true);
根据你的代码应该是“new 登录窗口”。