JFrame f=new JFrame();f.setLocation(0,0);f.setSize(f.getToolkit().getScreenSize());f.setVisible(true);