I wanna close the browser window (similar to javascript:window.close()). Is there any correpsponding API in GWT or in Ext-GWT (GXT)?
I don't want to make a native call to do this, I want a Java solution.
native public static void close()/-{ $wnd.close(); }-/;
Thanks in advance.