try {
Utils.execSWTThread(new AERunnable() {
public void runSupport() {
Display display = SWTThread.getInstance().getDisplay();
if (display != null && !display.isDisposed()) {
handCursor = new Cursor(display, SWT.CURSOR_HAND);
}
}
});
} catch (Exception e) {
Debug.out("Cursor Init", e);
}