我想实现登录成功之后自动跳转到主界面,写了如下的代码,可是运行的时候出了错,麻烦大神帮忙开一下。JFrame frame = new JFrame();
MainPageSurface page1 = new MainPageSurface();
frame.add(page1);