Color color = ColorCache.getInstance().getColor(245, 245, 240);
if(composite instanceof Shell) {
ShellWrapper wrapper = new ShellWrapper((Shell)composite);
// if (Win32.getWin32Version() >= Win32.VERSION(5, 0)) {
wrapper.installTheme(ThemeConstants.STYLE_OFFICE2007);
// } else {
// wrapper.installTheme(ThemeConstants.STYLE_VISTA);
// }
}
setBackgroup(composite, color);//new Color(shell.getDisplay(), 255, 255, 255));