[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] RH8-KDE-GTK-M5 Cursors not working
|
I am not sure if this is just M5, me, or what, but the cursors don't seem to
work. ie:
Cursor wait_cursor = new Cursor(Display.getCurrent(), SWT.CURSOR_WAIT);
Display.getCurrent().getCursorControl().setCursor(wait_cursor);
does not change the cursor. I am just starting to work with SWT elements, so
I am not sure if I am doing this correctly. Can anyone verify or correct me
please? Thank you.