View | Details | Raw Unified | Return to bug 250427 | Differences between
and this patch

Collapse All | Expand All

(-)Eclipse SWT/win32/org/eclipse/swt/graphics/Cursor.java (-2 / +1 lines)
Lines 12-18 Link Here
12
12
13
13
14
import org.eclipse.swt.internal.win32.*;
14
import org.eclipse.swt.internal.win32.*;
15
import org.eclipse.swt.widgets.Display;
16
import org.eclipse.swt.*;
15
import org.eclipse.swt.*;
17
16
18
/**
17
/**
Lines 153-159 Link Here
153
 * You must dispose the cursor when it is no longer required. 
152
 * You must dispose the cursor when it is no longer required. 
154
 * </p>
153
 * </p>
155
 * NOTE:
154
 * NOTE:
156
 * It is recommended to use {@link Display#getSystemCursor(int)}
155
 * It is recommended to use {@link org.eclipse.swt.widgets.Display#getSystemCursor(int)}
157
 * instead of using this constructor. This way you can avoid the 
156
 * instead of using this constructor. This way you can avoid the 
158
 * overhead of disposing the Cursor resource.
157
 * overhead of disposing the Cursor resource.
159
 *
158
 *

Return to bug 250427