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