Community
Participate
Working Groups
Display display = getDisplay();
selectionForeground = display.getSystemColor(SELECTION_FOREGROUND);
selectionBackground = display.getSystemColor(SELECTION_BACKGROUND);
borderColor = display.getSystemColor(BORDER1_COLOR);
borderColor = display.getSystemColor(SWT.COLOR_GRAY);// display.getSystemColor(BORDER1_COLOR);
setForeground(display.getSystemColor(FOREGROUND));
setBackground(display.getSystemColor(BACKGROUND));