super (parent, false); Panel p = new Panel (); p.add (new Button ("Ok")); p.add (new Button ("Help")); add ("South", p); resize (200, 200);