public class Test { public static void main(String []args) { MyFrame frame = new MyFrame(); frame.setTitle("layout manager"); frame.setSize(400,300); frame.setVisible(true); } }