public class Test2 extends JFrame { public Test2(){ super("Test"); setSize(1280, 720); add(new Test()); setVisible(true); } }