Shell shell = this.getSite().getShell();
Cursor cursor = new Cursor(shell.getDisplay(), SWT.CURSOR_WAIT);
shell.setCursor(cursor);
설정했던 커서 해제(SWT기본 커서로 복원)
Shell shell = this.getSite().getShell();
shell.setCursor(null);
가야파운데이션
Shell shell = this.getSite().getShell();
Cursor cursor = new Cursor(shell.getDisplay(), SWT.CURSOR_WAIT);
shell.setCursor(cursor);
Shell shell = this.getSite().getShell();
shell.setCursor(null);
댓글 없음:
댓글 쓰기