462463464465466467468469470471472
} return enabled; } public static Cursor getCursor_NoClientCode(Component c) { Cursor cursor = null; try { cursor = (Cursor) methodGetCursorNoClientCode.invoke(c, (Object[]) null); } catch (IllegalAccessException e)
482483484485486487488489490491492
return; } // do defaults processing Cursor c = null; switch (status) { default: targetAct = DnDConstants.ACTION_NONE; case ENTER: