setLayout (null); Button x = new Button ("Hello"); add (x); x.reshape (50, 60, 50, 70); Button y = new Button ("World"); add (y); y.reshape (100, 120, 50, 70);