596061626364656667
GWT.runAsync(new RunAsyncCallback() { public void onFailure(Throwable reason) { } public void onSuccess() { new ImageResize(linker, linker.getSelectionContext().getSingleSelection()).show(); } }); }