I have a custom dialog that extends the SmartGWT dialog. My problem is that the title and the close button of the dialog aren\'t displayed in the dialog\'s title but in the dial
There is a problem with your code. You've used
this.addMember(lab);
instead of
this.addItem(lab);