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
Original issue reported on code.google.com by
wangru...@gmail.com
on 12 Aug 2009 at 12:14Attachments: