protected void setCursor(Cursor cursor) {
   ((Component) this.getWwd()).setCursor(cursor != null ? cursor : Cursor.getDefaultCursor());
 }