Re: Is it a bug in DialogBox?

2009-09-04 Thread Bob L.
(content);             content.add(ok);         }     } On Thu, Sep 3, 2009 at 8:05 PM, Bob L. bob.net2...@gmail.com wrote: public class ClothingForm extends DialogBox {            public ClothingForm() {              setText(Clothing);              setSize(30em, 30em

Is it a bug in DialogBox?

2009-09-03 Thread Bob L.
public class ClothingForm extends DialogBox { public ClothingForm() { setText(Clothing); setSize(30em, 30em); Button ok = new Button(OK); ok.addClickHandler(new ClickHandler() { public void onClick(ClickEvent