JFrame f=new JFrame("Lautturi"); f.setSize(400,400); f.setLocation(100,100); f.setLayout(null); f.setResizable(false);