Changeset 133
- Timestamp:
- Feb 18, 2009, 1:12:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/org.eclipse.swt/Eclipse SWT/pm/org/eclipse/swt/widgets/ColorDialog.java
r14 r133 129 129 rgb = null; 130 130 color = OS.WinEditColorDlg(OS.HWND_DESKTOP, hwndOwner,color, pszTitle); 131 System.out.println("color = " + color);131 System.out.println("color = " + Integer.toHexString(color)); 132 132 if (color != OS.CLR_ERROR) { 133 133 int red = (color >> 16) & 0xFF;
Note:
See TracChangeset
for help on using the changeset viewer.