core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/sdk/ui/SDKPreferencePage.java
branchC3_BUILDER_WORK
changeset 1730 e0e324a4ef67
parent 1700 aa833f2c99b6
child 1743 b94a1c13f1e5
equal deleted inserted replaced
1724:b99f029f4d47 1730:e0e324a4ef67
   298 	/*
   298 	/*
   299 	 * (non-Javadoc)
   299 	 * (non-Javadoc)
   300 	 * @see org.eclipse.jface.preference.PreferencePage#createContents(org.eclipse.swt.widgets.Composite)
   300 	 * @see org.eclipse.jface.preference.PreferencePage#createContents(org.eclipse.swt.widgets.Composite)
   301 	 */
   301 	 */
   302 	@Override
   302 	@Override
   303 	protected Control createContents(Composite parent) {
   303 	public Control createContents(Composite parent) {
   304 		// Set up colors used in this preference page
   304 		// Set up colors used in this preference page
   305 		Shell shell = parent.getShell();
   305 		Shell shell = parent.getShell();
   306 		black = shell.getDisplay().getSystemColor(SWT.COLOR_BLACK);
   306 		black = shell.getDisplay().getSystemColor(SWT.COLOR_BLACK);
   307 		gray = shell.getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND);
   307 		gray = shell.getDisplay().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND);
   308 		red = shell.getDisplay().getSystemColor(SWT.COLOR_RED);
   308 		red = shell.getDisplay().getSystemColor(SWT.COLOR_RED);