javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 2 forks source link

problem of showing the window #507

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i create a window:public class A extends Window {},than at
public class b implements EntryPoint {
public void onModuleLoad() {
A a = new A();
a. show();
}
but there is another window displaying behind ,like this pic 1:
if i delete a.show();,like the pic 2:
so looking for help,thanks

Original issue reported on code.google.com by wangru...@gmail.com on 12 Aug 2009 at 12:14

Attachments: